mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
Revert "Revert "core137: Remove imq0 and unload imq module after QoS has been stopped""
This reverts commit 39c4ed4427.
This commit is contained in:
@@ -82,6 +82,12 @@ rm -rf /lib/modules
|
||||
|
||||
# Stop services
|
||||
|
||||
# Delete imq0 if it is still present after QoS has been stopped
|
||||
if [ -d "/sys/class/net/imq0" ]; then
|
||||
ip link del dev imq0
|
||||
modprobe -r imq
|
||||
fi
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user