diff options
author | ume <ume@FreeBSD.org> | 2002-09-20 18:31:55 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-09-20 18:31:55 +0000 |
commit | 9469c350052c93586cb6a74a2a452e74e0ff9ef4 (patch) | |
tree | e3f160ed0e2dd52a5491cd8da2d8521606a8bd95 /etc | |
parent | 372b3e7ba23cabeac1d45a53424141663dce93bb (diff) | |
download | FreeBSD-src-9469c350052c93586cb6a74a2a452e74e0ff9ef4.zip FreeBSD-src-9469c350052c93586cb6a74a2a452e74e0ff9ef4.tar.gz |
up gif during setup.
Diffstat (limited to 'etc')
-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 7b2f40f..ae00cfd 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 7b2f40f..ae00cfd 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 b53e358..43d9a00 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 |