HomeSort by: relevance | last modified time | path
    Searched refs:new_ip_address (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/dist/contrib/
sethostname.sh 8 ptrname=`echo $new_ip_address \
  /src/external/mpl/dhcp/dist/client/scripts/
nextstep 25 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
27 ifconfig $interface $new_ip_address netmask $new_subnet_mask \
29 route add $new_ip_address 127.1 0 >/dev/null 2>&1
solaris 116 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]; then
123 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
125 eval "$ifconfig $interface inet $new_ip_address $new_netmask_arg \
127 route add $new_ip_address 127.1 1 >/dev/null 2>&1
145 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
179 eval "$ifconfig $interface inet $new_ip_address $new_netmask_arg \
184 if [ x$new_ip_address != x$alias_ip_address ] && \
189 route add $new_ip_address 127.1 1 >/dev/null 2>&1
bsdos 130 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
146 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
148 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
150 route add $new_ip_address 127.1 >/dev/null 2>&1
175 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
218 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
224 if [ x$new_ip_address != x$alias_ip_address ] && \
229 route add $new_ip_address 127.1 >/dev/null 2>&1
242 eval "ifconfig $interface inet -alias $new_ip_address $medium"
freebsd 219 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
235 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
237 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
239 $LOGGER "New IP Address ($interface): $new_ip_address"
245 route add $new_ip_address 127.1 >/dev/null 2>&1
283 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
326 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
328 $LOGGER "New IP Address ($interface): $new_ip_address"
336 if [ x$new_ip_address != x$alias_ip_address ] && \
341 route add $new_ip_address 127.1 >/dev/null 2>&
    [all...]
netbsd 175 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
191 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
193 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
195 route add $new_ip_address 127.1 >/dev/null 2>&1
220 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
263 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
269 if [ x$new_ip_address != x$alias_ip_address ] && \
274 route add $new_ip_address 127.1 >/dev/null 2>&1
287 eval "ifconfig $interface inet -alias $new_ip_address $medium"
openbsd 171 if [ x$old_ip_address != x ] && [ x$old_ip_address != x$new_ip_address ]
187 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
189 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
191 route add $new_ip_address 127.1 >/dev/null 2>&1
216 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
259 eval "ifconfig $interface inet $new_ip_address $new_netmask_arg \
265 if [ x$new_ip_address != x$alias_ip_address ] && \
270 route add $new_ip_address 127.1 >/dev/null 2>&1
283 eval "ifconfig $interface inet -alias $new_ip_address $medium"
openwrt 125 [ x$old_ip_address != x$new_ip_address ]; then
131 if [ x$old_ip_address = x ] || [ x$old_ip_address != x$new_ip_address ] || \
134 ifconfig $interface $new_ip_address $new_subnet_arg \
159 if [ x$new_ip_address != x$alias_ip_address ] && [ x$alias_ip_address != x ];
190 ifconfig $interface $new_ip_address $new_subnet_arg \
194 if [ x$new_ip_address != x$alias_ip_address ] && \
linux 267 [ "$old_ip_address" != "$new_ip_address" ]; then
273 [ "$old_ip_address" != "$new_ip_address" ] ||
276 ${ip} -4 addr add ${new_ip_address}${new_subnet_mask:+/$new_subnet_mask} \
312 [ "$new_ip_address" != "$alias_ip_address" ]; then
353 ${ip} -4 addr add ${new_ip_address}${new_subnet_mask:+/$new_subnet_mask} \
368 [ "$new_ip_address" != "$alias_ip_address" ]; then

Completed in 17 milliseconds