From owner-cvs-sys Sun Sep 1 19:49:57 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06228 for cvs-sys-outgoing; Sun, 1 Sep 1996 19:49:57 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA06208; Sun, 1 Sep 1996 19:49:43 -0700 (PDT) Date: Sun, 1 Sep 1996 19:49:43 -0700 (PDT) From: Bill Fenner Message-Id: <199609020249.TAA06208@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net route.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 96/09/01 19:49:42 Modified: sys/net route.c Log: Bugfix and simplification for rev 1.34: make sure that the route is non-null before trying to delete it in rt_setgate(), which then allows removal of the special-case code from the RTM_ADD case. This should fix the panics that joerg and Phil Karn have been seeing. Revision Changes Path 1.36 +6 -16 src/sys/net/route.c