mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-02 11:27:48 +00:00
ucentral: development update
* add support for xBPF driven data planes Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
11
feeds/ucentral/ucentral-dataplane/files/usr/libexec/dataplane.sh
Executable file
11
feeds/ucentral/ucentral-dataplane/files/usr/libexec/dataplane.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions.sh
|
||||
|
||||
load() {
|
||||
INTERFACE=$1 ACTION=ifup . /etc/hotplug.d/iface/80-dataplane
|
||||
}
|
||||
|
||||
config_load dataplane
|
||||
config_foreach load interface
|
||||
|
||||
Reference in New Issue
Block a user