On Wed, Jul 17, 2013 at 02:04:10PM -0700, Justin Pettit wrote: > The "ovs-appctl dpif/dump-flows" command wasn't updated to print > megaflows, so the output would not include wildcards even though the > datapath may, so the output was inconsistent and confusing. > > Signed-off-by: Justin Pettit <jpet...@nicira.com>
I think that this actually reveals a bug: the generated mask for nw_frag doesn't make any sense. It should be 0x3 or 0xff, not 0x2. But the patch itself looks OK. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev