summaryrefslogtreecommitdiffstats
path: root/etc/netstart
diff options
context:
space:
mode:
Diffstat (limited to 'etc/netstart')
-rwxr-xr-xetc/netstart15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/netstart b/etc/netstart
index 58d05a7..56d8973 100755
--- a/etc/netstart
+++ b/etc/netstart
@@ -56,4 +56,19 @@ fi
echo 'Doing stage one network startup:'
network_pass1
+
+case ${ipv6_enable} in
+[Yy][Ee][Ss])
+ if [ -r /etc/rc.network6 ]; then
+ . /etc/rc.network6
+ else
+ echo 'Sorry, I cannot find /etc/rc.network6 - aborting'
+ exit 1
+ fi
+
+ echo 'Doing stage one network6 startup:'
+ network6_pass1
+ ;;
+esac
+
exit 0
OpenPOWER on IntegriCloud