3 if [ "$ACTION" = "add" ]; then
9 for ifc
in $interfaces; do
11 config_get_bool up
"$ifc" up
0
14 config_get proto
"$ifc" proto
16 if [ "$proto" = "pppoa" ] && [ "$up" != 1 ]; then
18 ( sleep 1; ifup
"$ifc" ) &
22 if [ "$found" != 1 ]; then
23 logger
"Found no matching interface for DSL device $DEVICENAME"
This page took 0.053447 seconds and 5 git commands to generate.