mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
When bind port to multiple logical switches with vlan and without vlan tag rules are generated without priority. Rule without tag is more generic and matches all traffic by in_port selector. Since both rules has same priority first rule wins. This patch adds priority to vlan based rule as 200 and 100 for rule without vlan to make sure rules with vlan checked first. Signed-off-by: Vasyl Saienko <vsaienko@mirantis.com> Signed-off-by: Aaron Conole <aconole@redhat.com>