cvs commit: src/sys/netinet6 ip6_input.c route6.c

Hasso Tepper hasso at crater.dragonflybsd.org
Mon May 7 06:43:48 PDT 2007


hasso       2007/05/07 06:42:56 PDT

DragonFly src repository

  Modified files:        (Branch: DragonFly_RELEASE_1_8)
    sys/netinet6         ip6_input.c route6.c 
  Log:
  MFC:
  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.
  
  Revision  Changes    Path
  1.32.2.1  +12 -1     src/sys/netinet6/ip6_input.c
  1.6.2.3   +21 -0     src/sys/netinet6/route6.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/ip6_input.c.diff?r1=1.32&r2=1.32.2.1&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/route6.c.diff?r1=1.6.2.2&r2=1.6.2.3&f=u





More information about the Commits mailing list