Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
tests: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
show more ...
Add a very simple IPDIVERT test, which creates IP divert sockets andchecks for collision/non-collision properties in binding them. Thistest would have identified a bug recently reported on current
Add a very simple IPDIVERT test, which creates IP divert sockets andchecks for collision/non-collision properties in binding them. Thistest would have identified a bug recently reported on current@involding my disaggregation of the pcbinfo lock.It would be nice if this test also exercised packet diversion andinjection, but that is for another day.MFC after: 3 daysSponsored by: Juniper Networks, Inc.