diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-10 20:25:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-10 20:25:07 +0000 |
commit | 8080aa0e11337ac69812bedf78fce70fffa354f9 (patch) | |
tree | 3d1132dcc840f12198d4de10e705d03fc8340de3 /etc/inc | |
parent | 5befea23278ab2cfa3cc4baef6b317dedcf27fe7 (diff) | |
download | pfsense-8080aa0e11337ac69812bedf78fce70fffa354f9.zip pfsense-8080aa0e11337ac69812bedf78fce70fffa354f9.tar.gz |
Remove no longer used dhclient -r option.
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/interfaces.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index acfb3cf..a2fac36 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -693,7 +693,6 @@ function interfaces_wan_dhcp_down() { global $config; $wancfg = $config['interfaces']['wan']; $wanif = $wancfg['if']; - mwexec("/sbin/dhclient -r"); mwexec("/sbin/ifconfig {$wanif} delete"); sleep(1); } |