summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-10 23:42:19 -0600
committerChris Buechler <cmb@pfsense.org>2016-03-10 23:42:53 -0600
commitccdb9c3bf9707b0ec8054bddfb81f2800772fd54 (patch)
treeada43a9b175fed3afe33aee4400cc80efa2cf6d3 /src/etc/rc.newwanipv6
parenta358e772f643ce1c324aaa6c085c6415cec39b2d (diff)
downloadpfsense-ccdb9c3bf9707b0ec8054bddfb81f2800772fd54.zip
pfsense-ccdb9c3bf9707b0ec8054bddfb81f2800772fd54.tar.gz
Don't exit if the system is booting, should always be unnecessary. related to Ticket #5952
Diffstat (limited to 'src/etc/rc.newwanipv6')
-rwxr-xr-xsrc/etc/rc.newwanipv65
1 files changed, 0 insertions, 5 deletions
diff --git a/src/etc/rc.newwanipv6 b/src/etc/rc.newwanipv6
index 8cdcb49..bd46bdf 100755
--- a/src/etc/rc.newwanipv6
+++ b/src/etc/rc.newwanipv6
@@ -78,11 +78,6 @@ if (empty($interface)) {
return;
}
-//Do not process while booting
-if (platform_booting() && $config['interfaces'][$interface]['ipaddrv6'] != "dhcp6") {
- return;
-}
-
/*
* NOTE: Take care of openvpn and similar if you generate the event to reconfigure an interface.
* i.e. OpenVPN might be in tap mode and not have an ip.
OpenPOWER on IntegriCloud