summaryrefslogtreecommitdiffstats
path: root/etc/pccard_ether
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pccard_ether')
-rwxr-xr-xetc/pccard_ether14
1 files changed, 4 insertions, 10 deletions
diff --git a/etc/pccard_ether b/etc/pccard_ether
index 58f0ca6..7a4e733 100755
--- a/etc/pccard_ether
+++ b/etc/pccard_ether
@@ -122,16 +122,10 @@ case ${startstop} in
# IPv6 setup
case ${ipv6_enable} in
[Yy][Ee][Ss])
- case ${ipv6_gateway_enable} in
- [Yy][Ee][Ss])
- ;;
- *)
- sysctl -w net.inet6.ip6.forwarding=0
- sysctl -w net.inet6.ip6.accept_rtadv=1
- ifconfig ${interface} up
- rtsol ${interface}
- ;;
- esac
+ if [ -r /etc/rc.network6 ]; then
+ . /etc/rc.network6
+ network6_interface_setup ${interface}
+ fi
;;
esac
;;
OpenPOWER on IntegriCloud