On Wed, Sep 10, 2014 at 06:07:25PM +0530, Rishi Bamba wrote:
> I am facing a compilation issue on making a change in openflow-1.0.h
> struct "ofp10_flow_mod"(adding a new parameter) , though the ASSERT
> value has been correctly modified for the struct and build has passed
> the assert code block.

It doesn't make sense to modify ofp10_flow_mod, because its size and
contents are specified by OpenFlow 1.0.  If you change it, Open vSwitch
will become incompatible with other OpenFlow 1.0 implementations.

I can't guess what problem you're having.  If you want us to be able to
find out, provide it as a patch.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to