cvs commit: src/sys/netinet6 ip6_input.c

Hasso Tepper hasso at crater.dragonflybsd.org
Sun Oct 14 11:17:10 PDT 2007


hasso       2007/10/14 11:15:19 PDT

DragonFly src repository

  Modified files:
    sys/netinet6         ip6_input.c 
  Log:
  According to RFC2711 routers shouldn't treat all packets with a Router
  Alert hop-by-hop option as 'ours', but examine this datagram more closely -
  if the router isn't interested in particular protocol it should ignore the
  packet and forward it as normal. So, treat packets as 'ours' if they are
  for MLD only.
  
  Reported-by: Andrew McDonald <andrew at mcdonald.org.uk>
  Obtained-from: KAME
  
  Revision  Changes    Path
  1.35      +18 -4     src/sys/netinet6/ip6_input.c


http://www.dragonflybsd.org/cvsweb/src/sys/netinet6/ip6_input.c.diff?r1=1.34&r2=1.35&f=u





More information about the Commits mailing list