Re: [ovs-dev] [PATCH 2/2] ovs-ofctl: New helper command "parse-packet".

2018-07-11 Thread Yifeng Sun
Thanks. Tested-by: Yifeng Sun Reviewed-by: Yifeng Sun On Mon, Jul 9, 2018 at 1:04 PM, Ben Pfaff wrote: > This was useful for testing the previous patch. > > Signed-off-by: Ben Pfaff > --- > utilities/ovs-ofctl.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/

[ovs-dev] [PATCH 2/2] ovs-ofctl: New helper command "parse-packet".

2018-07-09 Thread Ben Pfaff
This was useful for testing the previous patch. Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 0cd0fcb63e4b..ee08178d8fff 100644 --- a/utilities/ovs-ofctl.c +++ b/util