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