Hello. In short - I wanna at least is to parse and mainly is to set/unset VLAN tags and change DSCP values via ZeroTier flow rules.
I need VLAN parse because I use ZeroTier on my mikrotik hap ac3 with vlans on a switch chip, and it can’t manage vlans on another bridge ports but ethernet ports in this mode. So if I want to add zerotier interface to this bridge and use it propertly with another network members I must do untag vlan on zerotier side.
I see parser iptos at flow rules matches, but it still missing action to change it. E.G. if I want to set DSCP at any ICMP packet to EF (46) if this field is unchanged (set to 0)
I don’t seen any flow rules actions that can do this, so I make this topic as feature request.