On Thu, Mar 03, 2016 at 07:08:01PM +0000, Darrell Ball wrote:
> >--- a/tests/ovn.at
> >+++ b/tests/ovn.at
> >@@ -870,10 +870,8 @@ for s in 1 2 3; do
> >     done
> > 
> >     # Broadcast and multicast.
> >-    # xxx ovn-controller-vtep doesn't handle multicast traffic that is
> >-    # xxx sourced from the gateway properly.
> >-    #test_packet $s ffffffffffff f0000000000$s 0${s}ff $bcast             #2
> >-    #test_packet $s 010000000000 f0000000000$s 0${s}ff $bcast             #2
> >+    test_packet $s ffffffffffff f0000000000$s 0${s}ff $bcast             #2
> >+    test_packet $s 010000000000 f0000000000$s 0${s}ff $bcast             #2
> > 
> >     test_packet $s f0000000ffff f0000000000$s 0${s}66 $unknown           #3
> > done

Is this being enabled because patch 1/3 makes these tests pass?  If so,
then usually we would fold that into patch 1.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to