summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-11-21 20:03:58 +0100
committersmos <seth.mos@dds.nl>2011-11-21 20:03:58 +0100
commit82769dfe367074b2b958a5658cfdcdfc41b1269b (patch)
treef6fe10dd2a143d66972e4050bcad80c2af3e692d /etc/rc.newwanipv6
parent39cad6aed92e181270ab68c7953b525f217b1d23 (diff)
downloadpfsense-82769dfe367074b2b958a5658cfdcdfc41b1269b.zip
pfsense-82769dfe367074b2b958a5658cfdcdfc41b1269b.tar.gz
Add strategic sleep commands into the configure and renewal process so that prefix delegation gets a chance to work.
Diffstat (limited to 'etc/rc.newwanipv6')
-rwxr-xr-xetc/rc.newwanipv63
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6
index 32d0625..a4d6dbc 100755
--- a/etc/rc.newwanipv6
+++ b/etc/rc.newwanipv6
@@ -136,6 +136,9 @@ services_dnsupdate_process($interface);
/* signal dyndns update */
services_dyndns_configure($interface);
+/* wait for the dhcp6c process to configure the LAN interface */
+sleep(5);
+
/* reconfigure IPsec tunnels */
vpn_ipsec_force_reload();
OpenPOWER on IntegriCloud