On Tue, Oct 01, 2013 at 03:27:19PM +0000, Kevan McColgan wrote: > I thought the action=output:2 will forward this to port 2 on my > br-tunnel bridge (with a modified VLAN tag). Am I incorrect?
Actions are executed in order. output:2 forwards the packet. mod_vlan_id:15 adds a VLAN tag, but you never do anything with the packet after that so the modification is wasted. > Also, yes there are 2 ovs bridges. This flow is on the second bridge > that is connected to the physical nic. The first ovs-bridge has the > gre tunnel encapsulation. OK, then you just need to reverse the order of the actions. _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss