Lines Matching refs:interface
40 $LOGGER "New Hostname ($interface): $new_host_name"
44 $LOGGER "New Hostname ($interface): $new_host_name"
50 arp -an -i $interface | \
56 eval "$IFCONFIG $interface inet -alias $old_ip_address $medium"
60 eval "$IFCONFIG $interface \
66 $LOGGER "New IP Address ($interface): $new_ip_address"
67 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
68 $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
69 $LOGGER "New Routers ($interface): $new_routers"
74 $IFCONFIG $interface inet -alias $alias_ip_address > /dev/null 2>&1
81 $IFCONFIG $interface inet alias $alias_ip_address netmask \
156 $LOGGER "New Classless Static Routes ($interface): $classless_routes"
160 route add "$1" -iface "$interface"
176 route add "$router" -iface "$interface" >/dev/null 2>&1
188 $LOGGER "New Static Routes ($interface): $new_static_routes"
204 local tmpres=/var/run/resolv.conf.${interface}
253 /sbin/resolvconf -a ${interface} < $tmpres
286 *interface:*)
293 if [ -z "$defif" -o "$defif" = "$interface" ]; then
319 eval "$IFCONFIG $interface $medium"
325 eval "$IFCONFIG $interface up"
364 $ARP -d -a -i $interface
377 /sbin/resolvconf -d ${interface}
388 $LOGGER "New Routers ($interface): $new_routers"
403 eval "$IFCONFIG $interface inet -alias $new_ip_address $medium"