mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user