Commit 1b17c8e2 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove illegal ifconfig tag, which might result in an interface address reset

more info : https://forum.opnsense.org/index.php?topic=1562.msg4811#msg4811
parent 490abd69
...@@ -103,7 +103,6 @@ add_new_address() { ...@@ -103,7 +103,6 @@ add_new_address() {
netmask $new_subnet_mask \ netmask $new_subnet_mask \
broadcast $new_broadcast_address \ broadcast $new_broadcast_address \
$medium $medium
$IFCONFIG $interface setfirst $new_ip_address
$LOGGER "New IP Address ($interface): $new_ip_address" $LOGGER "New IP Address ($interface): $new_ip_address"
$LOGGER "New Subnet Mask ($interface): $new_subnet_mask" $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment