mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-21 23:23:13 +01: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
|
||||
done
|
||||
echo
|
||||
|
||||
if echo $2 | fgrep -q ingress; then
|
||||
echo "Ingress:"
|
||||
tc -s -d filter show dev $device parent ffff:
|
||||
fi
|
||||
}
|
||||
|
||||
show_classifier1() {
|
||||
|
Loading…
Reference in New Issue
Block a user