Revision 0b1f9973
Added by Ermal LUÇI almost 12 years ago
sbin/dhclient-script | ||
---|---|---|
104 | 104 |
$medium |
105 | 105 |
$IFCONFIG $interface setfirst $new_ip_address |
106 | 106 |
|
107 |
$LOGGER "New IP Address ($interface): $new_ip_address"
|
|
108 |
$LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
|
|
109 |
$LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
|
|
110 |
$LOGGER "New Routers ($interface): $new_routers"
|
|
107 |
$LOGGER "New IP Address ($interface): $new_ip_address" |
|
108 |
$LOGGER "New Subnet Mask ($interface): $new_subnet_mask" |
|
109 |
$LOGGER "New Broadcast Address ($interface): $new_broadcast_address" |
|
110 |
$LOGGER "New Routers ($interface): $new_routers" |
|
111 | 111 |
|
112 | 112 |
|
113 | 113 |
# This is necessary otherwise apinger will try to ping all 1s address |
Also available in: Unified diff
Whitespace fixes