summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/network.subr1
-rw-r--r--etc/rc.d/network11
-rw-r--r--etc/rc.network1
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
OpenPOWER on IntegriCloud