cvs commit: src/sys/netinet ip_icmp.c

Andre Oppermann andre at FreeBSD.org
Tue Jan 6 15:20:11 PST 2004


andre       2004/01/06 15:20:07 PST

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_icmp.c 
  Log:
  According to RFC1812 we have to ignore ICMP redirects when we
  are acting as router (ipforwarding enabled).
  
  This doesn't fix the problem that host routes from ICMP redirects
  are never removed from the kernel routing table but removes the
  problem for machines doing packet forwarding.
  
  Reviewed by:    sam (mentor)
  
  Revision  Changes    Path
  1.86      +5 -1      src/sys/netinet/ip_icmp.c


More information about the cvs-all mailing list