View | Details | Raw Unified | Return to bug 6283
Collapse All | Expand All

(-)ifdown-removable.orig (-1 / +1 lines)
Lines 69-75 Link Here
69
is_yes "$IFDOWN_CHILDREN" && ifdown_children
69
is_yes "$IFDOWN_CHILDREN" && ifdown_children
70
xargise_file $MYIFACEDIR/ipneigh "$IP neigh del dev $NAME"
70
xargise_file $MYIFACEDIR/ipneigh "$IP neigh del dev $NAME"
71
case "$BOOTPROTO" in
71
case "$BOOTPROTO" in
72
	dhcp)
72
	dhcp|dhcp-static|dhcp-ipv4ll-static)
73
		stop_dhcp_client
73
		stop_dhcp_client
74
	;;
74
	;;
75
	*)
75
	*)

Return to bug 6283