Skip to content

Commit

Permalink
(legacy) remove illegal ifconfig tag, which might result in an interf…
Browse files Browse the repository at this point in the history
  • Loading branch information
AdSchellevis committed Oct 30, 2015
1 parent 2278a4f commit fb20b90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sbin/dhclient-script.ext
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ 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"
Expand Down

0 comments on commit fb20b90

Please sign in to comment.