=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/etc/netstart 1997/03/03 01:13:11 1.15 --- src/etc/netstart 1997/04/07 22:18:05 1.16 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.15 1997/03/03 01:13:11 downsj 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.16 1997/04/07 22:18:05 rees Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q *************** *** 40,45 **** --- 40,47 ---- if [ -f /etc/defaultdomain ]; then domainname `cat /etc/defaultdomain` fi + + route flush # Configure the IP filter before configuring network interfaces #