> On Aug 19, 2016, at 9:59 AM, Amrane Ait Zeouay <a.zeouayam...@gmail.com> 
> wrote:
> 
> Thank you for your reply, just the last question. How can i add a wildcarded 
> match is it like ovs-oftcl add-flow br0 
> dl_dst=ff:ff:ff:ff:ff:00/ff:ff:ff:ff:ff:ff,actions=output:2

The format looks basically correct, but the match is sort of odd. If you 
specify the all-ones wildcard, it's an exact match, so you don't need to 
specify it; this would have the same effect: "dl_dst=ff:ff:ff:ff:ff:00".  And 
that seems like an odd MAC address, but I don't know your application.

--Justin


_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to