mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Manually revert the patch to cleanup aliases since now its propely handled in the ip assignements. Ticket #2495
This commit is contained in:
parent
783228c7cc
commit
e492500fcd
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user