[ovs-dev] [PATCH 1/3] ovn test: add '-O OpenFlow13' to ovs-ofctl

Nithin Raju nithin at vmware.com
Thu May 19 22:34:32 UTC 2016


Yin,
Looks like you did a ³git send-email² on a patch that was not yours. It is
fine, I¹ll review the remaining 2 in the series.

Thanks for breaking it up.

-- Nithin

-----Original Message-----
From: dev <dev-bounces at openvswitch.org> on behalf of Yin Lin
<linyi at vmware.com>
Date: Thursday, May 19, 2016 at 2:49 PM
To: "dev at openvswitch.org" <dev at openvswitch.org>
Cc: Flavio Fernandes <flavio at flaviof.com>
Subject: [ovs-dev] [PATCH 1/3] ovn test: add '-O OpenFlow13' to ovs-ofctl

>From: Flavio Fernandes <flavio at flaviof.com>
>
>Make test calls to ovs-ofctl in test use the protocol parameter
>'-O OpenFlow13', so it is consistent with the existing dump-flows
>invocations.
>
>Signed-off-by: Flavio Fernandes <flavio at flaviof.com>
>Signed-off-by: Ben Pfaff <blp at ovn.org>
>---
> tests/ovn.at | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
>diff --git a/tests/ovn.at b/tests/ovn.at
>index 1127cea..e6ac1d7 100644
>--- a/tests/ovn.at
>+++ b/tests/ovn.at
>@@ -1176,12 +1176,12 @@ ovn-sbctl show
> 
> echo "------ hv1 dump ------"
> as hv1 ovs-vsctl show
>-as hv1 ovs-ofctl show br-int
>+as hv1 ovs-ofctl -O OpenFlow13 show br-int
> as hv1 ovs-ofctl -O OpenFlow13 dump-flows br-int
> 
> echo "------ hv2 dump ------"
> as hv2 ovs-vsctl show
>-as hv2 ovs-ofctl show br-int
>+as hv2 ovs-ofctl -O OpenFlow13 show br-int
> as hv2 ovs-ofctl -O OpenFlow13 dump-flows br-int
> 
> echo "------ hv3 dump ------"
>@@ -1997,17 +1997,17 @@ ovn-sbctl dump-flows -- list multicast_group
> 
> echo "------ hv1 dump ------"
> as hv1 ovs-vsctl show
>-as hv1 ovs-ofctl show br-int
>+as hv1 ovs-ofctl -O OpenFlow13 show br-int
> as hv1 ovs-ofctl -O OpenFlow13 dump-flows br-int
> 
> echo "------ hv2 dump ------"
> as hv2 ovs-vsctl show
>-as hv2 ovs-ofctl show br-int
>+as hv2 ovs-ofctl -O OpenFlow13 show br-int
> as hv2 ovs-ofctl -O OpenFlow13 dump-flows br-int
> 
> echo "------ hv3 dump ------"
> as hv3 ovs-vsctl show
>-as hv3 ovs-ofctl show br-int
>+as hv3 ovs-ofctl -O OpenFlow13 show br-int
> as hv3 ovs-ofctl -O OpenFlow13 dump-flows br-int
> 
> # Now check the packets actually received against the ones expected.
>-- 
>2.8.0.windows.1
>
>_______________________________________________
>dev mailing list
>dev at openvswitch.org
>http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list