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 <[email protected]> on behalf of Yin Lin <[email protected]> Date: Thursday, May 19, 2016 at 2:49 PM To: "[email protected]" <[email protected]> Cc: Flavio Fernandes <[email protected]> Subject: [ovs-dev] [PATCH 1/3] ovn test: add '-O OpenFlow13' to ovs-ofctl >From: Flavio Fernandes <[email protected]> > >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 <[email protected]> >Signed-off-by: Ben Pfaff <[email protected]> >--- > 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 >[email protected] >http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
