linux-atm: add br2684ctl option to specify the netdev name
[openwrt/openwrt.git] / package / network / utils / linux-atm / files / br2684ctl
index 0fa86bdefde9471a0505a11470b15944567bd628..6513dd38adffdf18923a11e6913b909b407af2e1 100755 (executable)
@@ -13,6 +13,9 @@ start_daemon() {
 
        config_get atmdev "$cfg" atmdev 0
 
+       local nameprefix
+       config_get nameprefix "$cfg" nameprefix "nas"
+
        local unit
        config_get unit "$cfg" unit 0
 
@@ -58,8 +61,8 @@ start_daemon() {
 
        procd_open_instance
        procd_set_param command \
-               /usr/sbin/br2684ctl_wrap "nas$unit" \
-               -c "$unit" -e "$encaps" -p "$payload" \
+               /usr/sbin/br2684ctl_wrap "${nameprefix}${unit}" \
+               -n "$nameprefix" -c "$unit" -e "$encaps" -p "$payload" \
                -a "$circuit" ${qos:+-q "$qos"} ${sendsize:+-s "$sendsize"} \
                -S /lib/netifd/br2684-up
        procd_close_instance