sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6as defined in RFC 6296. The module works together with ipfw(4) andimplemented as its external action module. When it is load
Add ipfw_nptv6 module that implements Network Prefix Translation for IPv6as defined in RFC 6296. The module works together with ipfw(4) andimplemented as its external action module. When it is loaded, it registersas eaction and can be used in rules. The usage pattern is similar toipfw_nat(4). All matched by rule traffic goes to the NPT module.Reviewed by: hrsObtained from: Yandex LLCMFC after: 1 monthRelnotes: yesSponsored by: Yandex LLCDifferential Revision: https://reviews.freebsd.org/D6420
show more ...