Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2003 02:19:23 -0700 (PDT)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet if_ether.c
Message-ID:  <200310030919.h939JNP3049158@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2003/10/03 02:19:23 PDT

  FreeBSD src repository

  Modified files:
    sys/netinet          if_ether.c 
  Log:
  Only delete the route if arplookup() tried to create it. Do not delete
  RTF_STATIC routes. Do not check for RTF_HOST so as to avoid being DoSed
  when an RTF_GENMASK route exists in the table.
  
  Add a more verbose comment about exactly what this code does.
  
  Submitted by:   ru
  
  Revision  Changes    Path
  1.108     +13 -8     src/sys/netinet/if_ether.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310030919.h939JNP3049158>