diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-09-20 18:31:55 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-09-20 18:31:55 +0000 |
| commit | a75d520e1f44eb60073e19423956119d93354739 (patch) | |
| tree | e3f160ed0e2dd52a5491cd8da2d8521606a8bd95 | |
| parent | a62f34e3c48f2ee6b779cbd6f6db46880d31850f (diff) | |
Notes
| -rw-r--r-- | etc/network.subr | 1 | ||||
| -rw-r--r-- | etc/rc.d/network1 | 1 | ||||
| -rw-r--r-- | etc/rc.network | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/etc/network.subr b/etc/network.subr index 7b2f40fdc535..ae00cfd0aeef 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -75,6 +75,7 @@ network_gif_setup() { *) ifconfig $i create >/dev/null 2>&1 ifconfig $i tunnel ${peers} + ifconfig $i up ;; esac done diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index 7b2f40fdc535..ae00cfd0aeef 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -75,6 +75,7 @@ network_gif_setup() { *) ifconfig $i create >/dev/null 2>&1 ifconfig $i tunnel ${peers} + ifconfig $i up ;; esac done diff --git a/etc/rc.network b/etc/rc.network index b53e35850705..43d9a0028d14 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -915,6 +915,7 @@ network_gif_setup() { *) ifconfig $i create >/dev/null 2>&1 ifconfig $i tunnel ${peers} + ifconfig $i up ;; esac done |
