=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/etc/netstart 1996/06/18 15:30:02 1.8 --- src/etc/netstart 1996/08/27 11:46:20 1.9 *************** *** 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 --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: netstart,v 1.9 1996/08/27 11:46:20 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q *************** *** 109,115 **** route add -net 127 127.0.0.1 -reject # default multicast route ! route add -net 224 -interface $hostname # /etc/mygate, if it exists, contains the name of my gateway host # that name must be in /etc/hosts. --- 109,115 ---- route add -net 127 127.0.0.1 -reject # default multicast route ! route add -net 224.0.0.0 -interface $hostname # /etc/mygate, if it exists, contains the name of my gateway host # that name must be in /etc/hosts.