From 280869f883f9ae23203d0a3d1ac518a7dbd29a70 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Tue, 28 May 2024 18:12:51 +0000 Subject: [PATCH] Do not attach loxilb TC to ethX devices see [0] loxilb attach TC program to all devices by default. [0]:https://github.com/vincentmli/BPFire/issues/22 Signed-off-by: Vincent Li --- src/initscripts/system/loxilb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/loxilb b/src/initscripts/system/loxilb index 9ec73b31d..cc5676b58 100755 --- a/src/initscripts/system/loxilb +++ b/src/initscripts/system/loxilb @@ -37,7 +37,7 @@ case "$1" in mkdir -p /opt/loxilb/dp/ mount -t bpf bpf /opt/loxilb/dp/ - loadproc -b loxilb + loadproc -b loxilb --blacklist="eth[0-9]" fi ;;