On Wed, Jan 24, 2018 at 01:54:32PM -0500, John Lester wrote:
> What would be the way to express in a flow: match all vlans except vlan
> 405. Would it be vlan_vid=0/405 or perhaps another way?

That approach won't work.

The simplest way is to use two flows: one with a high priority that
matches VLAN 405 and does whatever should be done to packets in that
VLAN, and another one (or more) with lower priority to handle packets
with other VLANs.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to