Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 1996 18:34:38 -0700 (PDT)
From:      Bill Fenner <fenner>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/net route.c rtsock.c
Message-ID:  <199607100134.SAA23868@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

fenner      96/07/09 18:34:37

  Modified:    sys/net   route.c rtsock.c
  Log:
  Disallow host routes that point to themselves.  These routes serve no
  purpose, other than to get in the way of the ARP table and cause
  "can't allocate llinfo" errors.
  
  This change may cause gated or routed to start complaining when adding
  such routes.  If so, these programs will need to be fixed to not try
  to add these routes.
  
  Reviewed by:	wollman
  
  Revision  Changes    Path
  1.34      +32 -3     src/sys/net/route.c
  1.20      +3 -3      src/sys/net/rtsock.c



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