mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Set the interface as first here to properly be able to identify it after in php code. Ticket #2495
This commit is contained in:
parent
e506b054be
commit
8540ee75c7
@ -102,6 +102,7 @@ add_new_address() {
|
||||
netmask $new_subnet_mask \
|
||||
broadcast $new_broadcast_address \
|
||||
$medium
|
||||
$IFCONFIG $interface setfirst $new_ip_address
|
||||
|
||||
$LOGGER "New IP Address ($interface): $new_ip_address"
|
||||
$LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user