artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41406ee
)
kill route flush until .. hmm kernel routing socket bug or something
author
deraadt
<deraadt@openbsd.org>
Tue, 15 Apr 1997 09:42:33 +0000
(09:42 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 15 Apr 1997 09:42:33 +0000
(09:42 +0000)
etc/netstart
patch
|
blob
|
history
diff --git
a/etc/netstart
b/etc/netstart
index
f9c751f
..
10e9872
100644
(file)
--- a/
etc/netstart
+++ b/
etc/netstart
@@
-1,6
+1,6
@@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.1
7 1997/04/09 03:00:05 kstailey
Exp $
+# $OpenBSD: netstart,v 1.1
8 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