From e492500fcd6cd1e33ef8a40928c1cdbc98b72c71 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 1 Aug 2013 11:11:52 +0000 Subject: Manually revert the patch to cleanup aliases since now its propely handled in the ip assignements. Ticket #2495 --- etc/rc.newwanip | 3 --- 1 file changed, 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 { -- cgit v1.1