packed marked with bridge output are not queued
Posted: Tue Nov 18, 2014 11:40 pm
packets successfully marked on bridge output chain
are NOT seen by queue:
routeros v6.20
I have try both use-ip-firewall yes | no in bridge settings - same result
why is that happening ?
Code: Select all
/interface bridge filter print
0 chain=output action=mark-packet new-packet-mark=5-out out-interface=ether5 log=no log-prefix=""
/interface bridge filter print stats
CHAIN ACTION BYTES PACKETS
0 output mark-packet 6910 126
Code: Select all
/queue tree print stats
name="test" parent=global packet-mark=5-out rate=0 packet-rate=0 queued-bytes=0 queued-packets=0 bytes=0 packets=0 dropped=0
I have try both use-ip-firewall yes | no in bridge settings - same result
why is that happening ?