From owner-cvs-sys Tue Apr 25 12:12:15 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08853 for cvs-sys-outgoing; Tue, 25 Apr 1995 12:12:15 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA08834 ; Tue, 25 Apr 1995 12:12:08 -0700 Date: Tue, 25 Apr 1995 12:12:08 -0700 From: "Garrett A. Wollman" Message-Id: <199504251912.MAA08834@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/net route.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk wollman 95/04/25 12:12:08 Modified: sys/net route.c Log: Finally finish the cloning cleanup work by making sure that clones go away whenever a clone's parent is changed, or a route is added in a certain set of circumstances. This also includes code to forbid setting a route's gateway to an address which can only be reached through that route, thus (hopefully) eliminating one class of cloning bottomless-recursion bugs.