I have the following flow set on my OVS
in_port=2,dl_src=fa:16:3e:00:05:90
actions=set_field:102->vlan_vid,push_vlan:0x8100,goto_table:10
The problem is this flow does not set the vlan id on the packets as
expected. However if I modify the
Flow such that the ³push_vlan² is set before ³Set_field², I get the
desired behavior. I.e.
The following flow does set the vlan id.
in_port=2,dl_src=fa:16:3e:00:05:90
actions=push_vlan:0x8100,set_field:102->vlan_vid,goto_table:10
Is this a bug ?
sudo ovs-vsctl list Open_vSwitch 17074e89-2ac5-4bba-997a-1a5a3527cf56
_uuid : 17074e89-2ac5-4bba-997a-1a5a3527cf56
bridges : [9a42f54c-e06c-488e-b300-99ff789535ad]
cur_cfg : 249
db_version : "7.3.0"
external_ids : {system-id="0924ac9a-6ce3-4912-9a2a-b70bfe4208fd"}
manager_options : [d453ab3e-1a91-4ed8-baf8-aff9eb665686]
next_cfg : 249
other_config : {local_ip="172.23.3.21",
provider_mappings="physnet1:eth3"}
ovs_version : "2.0.1"
ssl : []
statistics : {}
system_type : Fedora
system_version : "20-Heisenbug"
________________________________
DISCLAIMER:
This e-mail and any attachments to it may contain confidential and proprietary
material and is solely for the use of the intended recipient. Any review, use,
disclosure, distribution or copying of this transmittal is prohibited except by
or on behalf of the intended recipient. If you have received this transmittal
in error, please notify the sender and destroy this e-mail and any attachments
and all copies, whether electronic or printed.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss