summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-05-06 14:19:42 +0000
committerSeth Mos <seth.mos@dds.nl>2011-05-06 14:19:42 +0000
commitde06b5b7ce604d55bec563f8b1a620abcbb085b4 (patch)
tree4ca8aac3b6023456a43f0d18cd56961e0197127f
parent000d9e71ae058ccbb7d65a061ccf2a1dd14fe0a5 (diff)
downloadpfsense-de06b5b7ce604d55bec563f8b1a620abcbb085b4.zip
pfsense-de06b5b7ce604d55bec563f8b1a620abcbb085b4.tar.gz
Enable debugging for the dhcp6c client so we can better track if it's working right
-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 f961d23..5889aa8 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2870,7 +2870,7 @@ function interface_dhcpv6_configure($interface = "wan") {
fclose($fd);
/* fire up dhcp6c for IPv6 first, this backgrounds immediately */
- mwexec("/usr/local/sbin/dhcp6c -c {$g['varetc_path']}/dhcp6c_{$interface}.conf {$wanif}");
+ mwexec("/usr/local/sbin/dhcp6c -d -c {$g['varetc_path']}/dhcp6c_{$interface}.conf {$wanif}");
return 0;
}
OpenPOWER on IntegriCloud