Subject: fyi
To: None <netbsd-bugs@sun-lamp.cs.berkeley.edu>
From: Paul Traina <pst@cisco.com>
List: netbsd-bugs
Date: 09/15/1994 01:41:24
I don't know if you folks already caught this one, but, in the 4.4lite
version of sbin/route/route.c, there is a missing "break" in the case
clause that sets iflag upon creation of an interface route.  It accidently
falls through to code that marks these as non-static.

Paul