I’m playing with vlan priority, but I can see in logs the priority is changed only with IP datagram, not PPPoE frames. Is it right or if I use ethereal, I can see VLAN priority field is modified as expected?
This is what I see in log
13:57:14 firewall,info forward: in:ether7 out:vlan2, src-mac d4:ca:6d:f6:29:a0, dst-mac 02:ad:ea:0f:58:97, vlan-id 20, vlan-prio 0, eth-proto 0800, ICMP (type 8, code 0), 192.168.137.6->192.168.137.5, prio 0->7, len 56
13:57:22 firewall,info forward: in:ether7 out:vlan2, src-mac d4:ca:6d:f6:29:a0, dst-mac 02:ad:ea:0f:58:97, vlan-id 20, vlan-prio 0, eth-proto 8864And these are my bridge filter rules
/interface bridge filter
add action=set-priority chain=forward new-priority=from-ingress
add action=set-priority chain=forward new-priority=7 src-mac-address=D4:CA:6D:F6:29:A0/FF:FF:FF:FF:FF:FF
add action=log chain=forward src-mac-address=D4:CA:6D:F6:29:A0/FF:FF:FF:FF:FF:FF