mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Avoid double-reporting policing filters
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
fa010dc020
commit
ef9c153dd5
@ -260,11 +260,6 @@ show_one_classifier() {
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
|
||||||
if echo $2 | fgrep -q ingress; then
|
|
||||||
echo "Ingress:"
|
|
||||||
tc -s -d filter show dev $device parent ffff:
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
show_classifier1() {
|
show_classifier1() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user