diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 22:52:34 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 22:52:34 -0400 |
commit | d8307a65d12b95fc0ee1d460c7b90f8f732e80c8 (patch) | |
tree | b11af61fdfe99f8dde1a01d75ff87e9031a50e31 /etc | |
parent | 27556fa97f93adfd75b6e9c884c8541939c28a42 (diff) | |
download | pfsense-d8307a65d12b95fc0ee1d460c7b90f8f732e80c8.zip pfsense-d8307a65d12b95fc0ee1d460c7b90f8f732e80c8.tar.gz |
It looks like half of my commit is missing, comment this function out for a bit.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.newwanip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 5918084..0f92c91 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -107,7 +107,7 @@ filter_configure(); enable_rrd_graphing(); /* This is DHCP, update the gateway group items default gateway */ -update_gateway_groups_defaultroute_dhclient($interface); +//update_gateway_groups_defaultroute_dhclient($interface); /* restart packages */ if($old_ip <> "") { |