=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- src/etc/netstart 2004/10/20 21:17:34 1.98 +++ src/etc/netstart 2004/12/04 00:17:05 1.99 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.98 2004/10/20 21:17:34 deraadt Exp $ +# $OpenBSD: netstart,v 1.99 2004/12/04 00:17:05 itojun Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -342,8 +342,7 @@ esac done -# Use loopback, not the wire. -route -qn add -host $hostname 127.0.0.1 > /dev/null +# reject 127/8 other than 127.0.0.1 route -qn add -net 127 127.0.0.1 -reject > /dev/null # Configure all the bridges.