mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
12 lines
159 B
Bash
Executable File
12 lines
159 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. /lib/functions.sh
|
|
|
|
load() {
|
|
INTERFACE=$1 ACTION=ifup . /etc/hotplug.d/iface/80-dataplane
|
|
}
|
|
|
|
config_load dataplane
|
|
config_foreach load interface
|
|
|