DragonFly commits List (threaded) for 2004-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/net/ip6fw ip6_fw.c
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@xxxxxxxxxx>
Obtained from: FreeBSD rev 1.2.2.10 commit by ume@xxxxxxxxxxx from
submisssion by JINMEI Tatuya <jinmei@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]