On Wed, Nov 21, 2012 at 12:10 PM, Ben Pfaff <[email protected]> wrote: > The only thing I noticed this time is that the test shows that these new > fields can't be sent in a flow_mod. I guess that > ofputil_usable_protocols() should signal this by returning 0 (meaning > that no protocols can handle the flow) if any of the new fields are not > entirely wildcarded. > > ok. ofputil_usable_protocols() returns ofputil_protocol. zero is not defined value in this enum. so we can add new protocol that can be used show incompatibility of a given flow?
Thanks.
_______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
