ucentral: development update

* add support for xBPF driven data planes

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-07-25 09:02:05 +02:00
parent 4003c367ee
commit 4330055959
8 changed files with 188 additions and 2 deletions

View 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