3 # $NetBSD: downinterfaces,v 1.6 2009/09/05 16:26:07 apb Exp $
6 # PROVIDE: downinterfaces
7 # KEYWORD: nostart shutdown
9 $_rc_subr_loaded .
/etc
/rc.subr
13 stop_cmd
="downinterfaces_stop"
21 pppoe
*) iflist
="$iflist $int"
25 iflist
="$iflist $force_down_interfaces"
26 if [ "$iflist" != "" ] && [ "$iflist" != " " ]
29 echo "Shutting down interfaces:$iflist"
30 for int
in $iflist; do