cvs commit: src/sys/netinet6 ip6_input.c route6.c
Hasso Tepper
hasso at crater.dragonflybsd.org
Mon May 7 06:00:40 PDT 2007
hasso 2007/05/07 06:00:16 PDT
DragonFly src repository
Modified files:
sys/netinet6 ip6_input.c route6.c
Log:
More agressive fix for IPv6 routing header type 0 issue.
The ip6_rthdr0() function is commented out at all and the incoming Type 0
Routing Header is now processed as an unknown Routing Header. Also drop
packets with more than 1 routing headers and increment ifs6_in_hdrerr on
ip6s_toomanyhdr.
Obtained-from: KAME
Revision Changes Path
1.33 +12 -1 src/sys/netinet6/ip6_input.c
1.9 +21 -0 src/sys/netinet6/route6.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/ip6_input.c.diff?r1=1.32&r2=1.33&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/route6.c.diff?r1=1.8&r2=1.9&f=u
More information about the Commits
mailing list