Set the interface as first here to properly be able to identify it after in php code. Ticket #2495

This commit is contained in:
Ermal 2013-08-01 11:13:49 +00:00
parent e506b054be
commit 8540ee75c7

View File

@ -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"