diff options
author | 1998-07-04 13:55:51 +0000 | |
---|---|---|
committer | 1998-07-04 13:55:51 +0000 | |
commit | 1d16fc5558b1797a058eba1f71d9c971c6193a40 (patch) | |
tree | 3e93c8347d315d0be35dd2bff8bb27743a9c7774 | |
parent | sync (diff) | |
download | wireguard-openbsd-1d16fc5558b1797a058eba1f71d9c971c6193a40.tar.xz wireguard-openbsd-1d16fc5558b1797a058eba1f71d9c971c6193a40.zip |
put 224 route on default, to avoid a hostname lookup
-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 |