mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Revert "Revert "Revert "core137: Remove imq0 and unload imq module after QoS has been stopped"""
This reverts commit e4d242da4a.
this fails because we let QoS running and it doesn't like if the imq0
device was removed. (why imq0 can removed when it is up?)
This commit is contained in:
@@ -82,12 +82,6 @@ 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