=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/etc/netstart 1996/06/16 12:57:31 1.7 --- src/etc/netstart 1996/06/18 15:30:02 1.8 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.7 1996/06/16 12:57:31 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.8 1996/06/18 15:30:02 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q *************** *** 106,112 **** # use loopback, not the wire route add $hostname localhost ! route add -net 127 127.1 -reject # default multicast route route add -net 224 -interface $hostname --- 106,112 ---- # use loopback, not the wire route add $hostname localhost ! route add -net 127 127.0.0.1 -reject # default multicast route route add -net 224 -interface $hostname