summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie <root@pfSense.local>2011-05-05 19:56:12 +0000
committerCharlie <root@pfSense.local>2011-05-05 19:56:12 +0000
commit85936586cf1d42feda3c62f86c00a5a54e7f6824 (patch)
tree53da474cf5c14dbb2f47eb90de0434274b625933
parent0d8562ed34b692df8ebae59f7360a0d6c668dba3 (diff)
downloadpfsense-85936586cf1d42feda3c62f86c00a5a54e7f6824.zip
pfsense-85936586cf1d42feda3c62f86c00a5a54e7f6824.tar.gz
Enable accidentally commented out dhclient command for ipv4
-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 5e32925..822ff2e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2899,7 +2899,7 @@ EOD;
/* fire up dhcp6c for IPv6 first, this backgrounds immediately */
mwexec("/usr/local/sbin/dhcp6c -c {$g['varetc_path']}/dhcp6c_{$interface}.conf {$wanif}");
/* fire up dhclient */
- // mwexec("/sbin/dhclient -c {$g['varetc_path']}/dhclient_{$interface}.conf {$wanif} > {$g['tmp_path']}/{$wanif}_output > {$g['tmp_path']}/{$wanif}_error_output");
+ mwexec("/sbin/dhclient -c {$g['varetc_path']}/dhclient_{$interface}.conf {$wanif} > {$g['tmp_path']}/{$wanif}_output > {$g['tmp_path']}/{$wanif}_error_output");
return 0;
}
OpenPOWER on IntegriCloud