From owner-cvs-sys Tue Jul 9 18:34:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA23882 for cvs-sys-outgoing; Tue, 9 Jul 1996 18:34:49 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA23868; Tue, 9 Jul 1996 18:34:38 -0700 (PDT) Date: Tue, 9 Jul 1996 18:34:38 -0700 (PDT) From: Bill Fenner Message-Id: <199607100134.SAA23868@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net route.c rtsock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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