Avoid double-reporting policing filters

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2020-08-10 17:52:37 -07:00
parent fa010dc020
commit ef9c153dd5
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -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() {