2 [ $# = 0 ] && { echo " $0 <group>"; exit; }
8 debug
"### ifup $type ###"
11 eval "if_proto=\"\${${type}_proto}\""
12 eval "if=\"\${${type}_ifname}\""
13 [ "${if%%[0-9]}" = "ppp" ] && eval "if=\"\${${type}_device}\""
16 pppoa
) hotplug_dev register atm0
; exit 0 ;;
19 [ "$if" = "nas0" ] && {
20 ifconfig nas0
2>&- >&- ||
{
21 hotplug_dev register atm0
29 if [ "${if%%[0-9]}" = "br" ]; then
30 eval "ifnames=\"\${${type}_ifnames}\""
31 for sif
in $ifnames; do
32 hotplug_dev register
"$sif"
35 hotplug_dev register
"$if"