summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-07-26 10:58:09 +0930
committerGitHub <noreply@github.com>2016-07-26 10:58:09 +0930
commitefd07e5e116a60745706e5d306c1f912eaa0ed78 (patch)
tree864b5e74b7f21e4d877ad940be897649f4c82922 /src/etc/inc/interfaces.inc
parentf50f74a45898f1fd31883e8a2bc903b0659d2a35 (diff)
downloadpfsense-efd07e5e116a60745706e5d306c1f912eaa0ed78.zip
pfsense-efd07e5e116a60745706e5d306c1f912eaa0ed78.tar.gz
Remove '-x' flag from dhcpwithoutra launch of dhcp6c
This is the equivalent fix for the RELENG_2_3 branch to pull request #3078
Diffstat (limited to 'src/etc/inc/interfaces.inc')
-rw-r--r--src/etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc
index 97f09fc..87eca64 100644
--- a/src/etc/inc/interfaces.inc
+++ b/src/etc/inc/interfaces.inc
@@ -4048,7 +4048,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
if (isset($wancfg['dhcp6withoutra'])) {
kill_dhcp6client_process($wanif);
- mwexec("/usr/local/sbin/dhcp6c {$debugOption} -x -c {$g['varetc_path']}/dhcp6c_wan.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}");
+ mwexec("/usr/local/sbin/dhcp6c {$debugOption} -c {$g['varetc_path']}/dhcp6c_wan.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}");
mwexec("/usr/bin/logger -t mwtag 'Starting dhcp6 client for interface wan({$wanif} in IPoE mode)'");
}
mwexec("/usr/sbin/rtsold -1 -p {$g['varrun_path']}/rtsold_{$wanif}.pid -O {$g['varetc_path']}/rtsold_{$wanif}_script.sh {$wanif}");
OpenPOWER on IntegriCloud