DragonFly commits List (threaded) for 2007-05
DragonFly BSD
DragonFly commits List (threaded) for 2007-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Hasso Tepper <hasso@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 7 May 2007 06:00:16 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]