=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/etc/netstart 1997/04/09 03:00:05 1.17 --- src/etc/netstart 1997/04/15 09:42:33 1.18 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: netstart,v 1.17 1997/04/09 03:00:05 kstailey 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.18 1997/04/15 09:42:33 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q *************** *** 42,49 **** if [ -f /etc/defaultdomain ]; then domainname `cat /etc/defaultdomain` fi - - route flush # Configure the IP filter before configuring network interfaces # --- 42,47 ----