diff options
author | 2020-11-08 16:51:43 +0000 | |
---|---|---|
committer | 2020-11-08 16:51:43 +0000 | |
commit | f7df26a3b085668ba00a62d15d953846f643aaa4 (patch) | |
tree | 096e1a6e5be5931804974f263af4681d11315a7d | |
parent | Add supported media types for SFPs. (diff) | |
download | wireguard-openbsd-f7df26a3b085668ba00a62d15d953846f643aaa4.tar.xz wireguard-openbsd-f7df26a3b085668ba00a62d15d953846f643aaa4.zip |
no more mobileip;
ok claudio deraadt
-rw-r--r-- | etc/netstart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/netstart b/etc/netstart index 68e251e2c40..d70021d62f3 100644 --- a/etc/netstart +++ b/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.206 2020/06/21 12:28:13 dlg Exp $ +# $OpenBSD: netstart,v 1.207 2020/11/08 16:51:43 jmc Exp $ # Turn off Strict Bourne shell mode. set +o sh @@ -299,7 +299,7 @@ vifscreate # Configure all the non-loopback interfaces which we know about, but # do not start interfaces which must be delayed. Refer to hostname.if(5) -ifmstart "" "aggr trunk svlan vlan carp pppoe tun tap gif etherip gre egre mobileip pflow wg" +ifmstart "" "aggr trunk svlan vlan carp pppoe tun tap gif etherip gre egre pflow wg" # The aggr and trunk interfaces need to come up first in this list. # The (s)vlan interfaces need to come up after trunk. @@ -319,7 +319,7 @@ fi route -qn add -net 127 127.0.0.1 -reject >/dev/null # Configure interfaces that rely on routing -ifmstart "tun tap gif etherip gre egre mobileip pflow wg" +ifmstart "tun tap gif etherip gre egre pflow wg" if [[ $ip6kernel == YES ]]; then # Ensure IPv6 Duplicate Address Detection (DAD) is completed. |