summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-03-16 11:47:09 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-03-16 11:47:09 -0300
commit6a69bc65a81a5e348fd4c5f9690ba93047ed2ed3 (patch)
tree4ea3d5e633747d11f4e3ad3ce58f843c9953b8b7 /etc/inc/interfaces.inc
parent6d529efd81847d6454bd0ceb47be9ba633b5819d (diff)
downloadpfsense-6a69bc65a81a5e348fd4c5f9690ba93047ed2ed3.zip
pfsense-6a69bc65a81a5e348fd4c5f9690ba93047ed2ed3.tar.gz
Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and cannot kill it
Diffstat (limited to 'etc/inc/interfaces.inc')
-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 b756c01..2748626 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3538,7 +3538,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
filter_configure_sync();
/* 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_{$interface}.pid {$wanif}");
+ mwexec("/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf -p {$g['varrun_path']}/dhcp6c_{$wanif}.pid {$wanif}");
sleep(1);
unset($out);
exec("/sbin/rtsol -d {$wanif} 2>&1", $out, $ret);
OpenPOWER on IntegriCloud