summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-16 15:38:04 -0300
committerRenato Botelho <renato@netgate.com>2017-08-16 15:38:04 -0300
commit2f3ea7ab9d71a8a223e962badd21aee90dfaa1ba (patch)
tree9cb5c7b8cd7865214073ab38ea2200dc713f3a93 /src/etc/inc/interfaces.inc
parent1efb03647d101cffd2efe65a4e3cfe21809aa5dd (diff)
parent881fb1867e81cc396277a73e4241f7a47a86a446 (diff)
downloadpfsense-2f3ea7ab9d71a8a223e962badd21aee90dfaa1ba.zip
pfsense-2f3ea7ab9d71a8a223e962badd21aee90dfaa1ba.tar.gz
Merge pull request #3799 from marjohn56/Unbound-start-delay
Diffstat (limited to 'src/etc/inc/interfaces.inc')
-rw-r--r--src/etc/inc/interfaces.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
index 1a498f7..e711f91 100644
--- a/src/etc/inc/interfaces.inc
+++ b/src/etc/inc/interfaces.inc
@@ -3515,6 +3515,9 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
// N.B. PPP connections using PPP as the IPv6 parent interface are excluded because the ppp-ipv6 script
// calls interface_dhcpv6_configure() for these connections after IPv6CP is up, whilst rc.newwanip
// handles all non-PPP connections with 'dhcp6usev4iface' set
+ /* Remove the check file. Should not be there but just in case */
+ unlink_if_exists("/tmp/{$wanif}_dhcp6_complete");
+ log_error(gettext("calling interface_dhcpv6_configure."));
if (!(isset($wancfg['dhcp6usev4iface']) || $wancfg['ipaddr']==='ppp')) {
interface_dhcpv6_configure($interface, $wancfg);
}
OpenPOWER on IntegriCloud