diff options
author | Ermal <eri@pfsense.org> | 2013-08-01 11:11:52 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2013-08-01 11:14:48 +0000 |
commit | e492500fcd6cd1e33ef8a40928c1cdbc98b72c71 (patch) | |
tree | 7346f367af107848c266a12797e1fd3f4a848436 /etc/rc.newwanip | |
parent | 783228c7cc00dc08ac5bdc17bf8cb0eacb77ec02 (diff) | |
download | pfsense-e492500fcd6cd1e33ef8a40928c1cdbc98b72c71.zip pfsense-e492500fcd6cd1e33ef8a40928c1cdbc98b72c71.tar.gz |
Manually revert the patch to cleanup aliases since now its propely handled in the ip assignements. Ticket #2495
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index cdeb4d2..9298db1 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -69,9 +69,6 @@ if(empty($argument)) { $interface_real = $argument; } -/* NOTE: Check #2495 before being smart here */ -interface_ipalias_cleanup($interface, "inet4"); - if(empty($argument)) $curwanip = get_interface_ip(); else { |