diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-15 09:42:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-15 09:42:34 +0000 |
commit | d2f5cf6773cab1fd3a6fe38c0a255ae459b109c0 (patch) | |
tree | 4a0aa345733bd8f768ebcb139aa31b597f133e5b /etc/netstart | |
parent | 0d12a268d8995320b6654c75d15dfc2640db9b3d (diff) |
kill route flush until .. hmm kernel routing socket bug or something
Diffstat (limited to 'etc/netstart')
-rw-r--r-- | etc/netstart | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/netstart b/etc/netstart index f9c751f6ae3..10e98720b1e 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.17 1997/04/09 03:00:05 kstailey Exp $ +# $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 @@ -43,8 +43,6 @@ if [ -f /etc/defaultdomain ]; then domainname `cat /etc/defaultdomain` fi -route flush - # Configure the IP filter before configuring network interfaces # if [ X"${ipfilter}" = X"YES" -a -f "${ipfilter_rules}" ]; then |