summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-03-19 11:10:03 +0000
committerErmal <eri@pfsense.org>2013-03-19 11:10:03 +0000
commitbd66cf325a63ada84a17c1462a21ca028e8d7379 (patch)
tree87d39d44fb561a7c74f6d2043719cd8a048fcd70 /etc
parent03bfe2ade1c071a68defe1092b25e61294842b61 (diff)
downloadpfsense-bd66cf325a63ada84a17c1462a21ca028e8d7379.zip
pfsense-bd66cf325a63ada84a17c1462a21ca028e8d7379.tar.gz
Do not cleanup states on this call
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index addc194..afa9e65 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3544,7 +3544,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
/* run a filter configure sync so that the filter rules allow traffic before we launch the client */
/* there reallyt is no good way around this i'm 'fraid */
if (!$g['booting'])
- filter_configure_sync();
+ filter_configure_sync(false);
/* fire up dhcp6c for IPv6 first, this backgrounds immediately */
mwexec("/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}");
OpenPOWER on IntegriCloud