summaryrefslogtreecommitdiffstats
path: root/etc/rc.network6
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.network6')
-rw-r--r--etc/rc.network623
1 files changed, 0 insertions, 23 deletions
diff --git a/etc/rc.network6 b/etc/rc.network6
index 30de630..dc6188a 100644
--- a/etc/rc.network6
+++ b/etc/rc.network6
@@ -125,9 +125,6 @@ network6_pass1() {
;;
esac
- # gifconfig
- network6_gif_setup
-
# setting up interfaces
network6_interface_setup $ipv6_network_interfaces
@@ -339,26 +336,6 @@ network6_interface_setup() {
fi
}
-network6_gif_setup() {
- case ${gif_interfaces} in
- [Nn][Oo] | '')
- ;;
- *)
- for i in ${gif_interfaces}; do
- eval peers=\$gifconfig_$i
- case ${peers} in
- '')
- continue
- ;;
- *)
- gifconfig $i ${peers}
- ;;
- esac
- done
- ;;
- esac
-}
-
network6_stf_setup() {
case ${stf_interface_ipv4addr} in
[Nn][Oo] | '')
OpenPOWER on IntegriCloud