summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-05-09 16:13:03 -0500
committerChris Buechler <cmb@pfsense.org>2016-05-09 16:13:23 -0500
commit96122f603c135345ce7708898ae88b8748c8b190 (patch)
tree8be69db9cb5ba6081ea32068ef28fb46735abb83 /src/etc/rc.newwanipv6
parentb8735779fb7c50645443d997f5ae679e30800024 (diff)
downloadpfsense-96122f603c135345ce7708898ae88b8748c8b190.zip
pfsense-96122f603c135345ce7708898ae88b8748c8b190.tar.gz
just exit for v6, gateways setup above.
Diffstat (limited to 'src/etc/rc.newwanipv6')
-rwxr-xr-xsrc/etc/rc.newwanipv64
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/rc.newwanipv6 b/src/etc/rc.newwanipv6
index d8be18e..23867f1 100755
--- a/src/etc/rc.newwanipv6
+++ b/src/etc/rc.newwanipv6
@@ -147,10 +147,6 @@ setup_gateways_monitor();
if (platform_booting()) {
// avoid race conditions in many of the below functions that occur during boot
- // setting up gateways monitor doesn't seem to have issues here, and fixes the
- // most commonly encountered bugs from earlier versions when everything below
- // was skipped during boot
- setup_gateways_monitor();
exit;
}
OpenPOWER on IntegriCloud