summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/pim6dd.conf1
-rw-r--r--etc/pim6sd.conf1
-rw-r--r--etc/rc.d/network_ipv64
-rw-r--r--etc/rc.network64
4 files changed, 8 insertions, 2 deletions
diff --git a/etc/pim6dd.conf b/etc/pim6dd.conf
new file mode 100644
index 0000000..44cf790
--- /dev/null
+++ b/etc/pim6dd.conf
@@ -0,0 +1 @@
+phyint stf0 disable
diff --git a/etc/pim6sd.conf b/etc/pim6sd.conf
new file mode 100644
index 0000000..44cf790
--- /dev/null
+++ b/etc/pim6sd.conf
@@ -0,0 +1 @@
+phyint stf0 disable
diff --git a/etc/rc.d/network_ipv6 b/etc/rc.d/network_ipv6
index f6a2115..6b499ea 100644
--- a/etc/rc.d/network_ipv6
+++ b/etc/rc.d/network_ipv6
@@ -151,7 +151,9 @@ network6_pass1() {
case ${rtadvd_enable} in
[Yy][Ee][Ss])
# default
- rtadvd ${ipv6_network_interfaces}
+ rtadvd_interfaces=`echo ${ipv6_network_interfaces} | \
+ sed -e 's/ stf0//'`
+ rtadvd ${rtadvd_interfaces}
#
# Enable Router Renumbering, unicast case
# (use correct src/dst addr)
diff --git a/etc/rc.network6 b/etc/rc.network6
index f6a2115..6b499ea 100644
--- a/etc/rc.network6
+++ b/etc/rc.network6
@@ -151,7 +151,9 @@ network6_pass1() {
case ${rtadvd_enable} in
[Yy][Ee][Ss])
# default
- rtadvd ${ipv6_network_interfaces}
+ rtadvd_interfaces=`echo ${ipv6_network_interfaces} | \
+ sed -e 's/ stf0//'`
+ rtadvd ${rtadvd_interfaces}
#
# Enable Router Renumbering, unicast case
# (use correct src/dst addr)
OpenPOWER on IntegriCloud