diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-04 13:55:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-04 13:55:52 +0000 |
commit | 98b78d36e1a9145cf8bcebda1a327016ac49479e (patch) | |
tree | e7f2a74cab4e6e3481e46eb17bf20a8bc81327ab /etc/netstart | |
parent | 5076b5fd7d879f9d6a20b046d66a8489ff882263 (diff) |
put 224 route on default, to avoid a hostname lookup
Diffstat (limited to 'etc/netstart')
-rw-r--r-- | etc/netstart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/netstart b/etc/netstart index 4d83dac0309..efc4ddff184 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.38 1998/05/22 04:25:50 deraadt Exp $ +# $OpenBSD: netstart,v 1.39 1998/07/04 13:55:51 deraadt Exp $ # /etc/myname contains my symbolic name # @@ -100,4 +100,4 @@ if [ -f /etc/mygate ]; then fi # default multicast route -route -n add -net 224.0.0.0 -interface $hostname +route -n add -net 224.0.0.0 -interface default |