On Mon, Aug 03, 2015 at 02:29:23PM +0530, jimson chacko wrote: > Hi, > > I am using version 2.3.0 of OVS. > > I have added a new filed (eg; gtp tunnel id) and changed FLOW_WC_SEQ. > Compiled the code. All the errors given by the compiler were fixed. > > I added a flow with ofctl add-flow command and retrieved the same using > ofctl dump-flows. Output shows both value and mask as in the input. > > When I sent traffic to the vswitch, the kernel module throws the exception > packet with the NL Key filled in properly with the new attribute along with > other attributes present in the packet. > > xlate_actions should identify the flow in the flow table and should give me > the proper mask value for the new field in xout. But the mask value is > coming as zero. > > > Can you let me know what the issue could be ? Is there any issue with the > minimask etc ?
It's hard to guess based on such a brief description, but: do your flows match on the new field? If not, then translation would generate a mask of 0. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
