summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-08-01 11:11:52 +0000
committerErmal <eri@pfsense.org>2013-08-01 11:14:48 +0000
commite492500fcd6cd1e33ef8a40928c1cdbc98b72c71 (patch)
tree7346f367af107848c266a12797e1fd3f4a848436
parent783228c7cc00dc08ac5bdc17bf8cb0eacb77ec02 (diff)
downloadpfsense-e492500fcd6cd1e33ef8a40928c1cdbc98b72c71.zip
pfsense-e492500fcd6cd1e33ef8a40928c1cdbc98b72c71.tar.gz
Manually revert the patch to cleanup aliases since now its propely handled in the ip assignements. Ticket #2495
-rwxr-xr-xetc/rc.newwanip3
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 {
OpenPOWER on IntegriCloud