cvs commit: src/sys/net/ip6fw ip6_fw.c
Jeffrey Hsu
hsu at crater.dragonflybsd.org
Tue Dec 28 14:21:21 PST 2004
hsu 2004/12/28 14:20:53 PST
DragonFly src repository
Modified files:
sys/net/ip6fw ip6_fw.c
Log:
FreeBSD PR: kern/54874
ip6fw does not recognize ESP packets correctly when the packets are specified
as protocol 50 (or "ESP") by the ip6fw command. For example, even if the
following line is installed:
add pass esp from any to any
The kernel does not apply this rule to IPv6 ESP packets. Instead, we need
to specify like this:
add pass all from any to any ipv6options esp
Submitted by: Hiroki Sato <hrs at xxxxxxxxxx>
Obtained from: FreeBSD rev 1.2.2.10 commit by ume at xxxxxxxxxxx from
submisssion by JINMEI Tatuya <jinmei at xxxxxxxxxxxxxxxxxxxxxxxxxx>
Revision Changes Path
1.11 +2 -4 src/sys/net/ip6fw/ip6_fw.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/ip6fw/ip6_fw.c.diff?r1=1.10&r2=1.11&f=u
More information about the Commits
mailing list