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 ;;