Files
wlan-ap/feeds/ucentral/ucentral-dataplane/files/usr/libexec/dataplane.sh
John Crispin 4330055959 ucentral: development update
* add support for xBPF driven data planes

Signed-off-by: John Crispin <john@phrozen.org>
2021-07-25 13:24:48 +02:00

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