On Mon, Aug 31, 2015 at 07:57:05PM -0700, Jesse Gross wrote: > It is supposed to be possible to allow ovs-ofctl to filter flows > it is monitoring based on a match string. However, the parser will > reject expressions that match only on a field's existence (such as > Geneve options). This relaxes the restriction to bring it in line > with matches supported by other commands. > > Signed-off-by: Jesse Gross <[email protected]>
Might be another possible place to use ofputil_parse_key_value(). Is this ability to match on the existence of a field documented anywhere? If not, it should be. Acked-by: Ben Pfaff <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
