On 3 February 2017 at 14:31, Vijay Sampath
<[email protected]> wrote:
> Hi Joe,
>
> Thanks for the reply; I will play with limiting the number of flows.
>
> So what would be the way to wildcard src/dst MACs? Is there another type of
> action I can specify.

If you know a priori where you want packets to go based on port, vlan,
etc then you can configure flows such as "ovs-ofctl add-flow
in_port=1,vlan_vid=1,actions=2" to send packets from port 1 with vlan
vid 1 to port 2.

See also
http://openvswitch.org/support/dist-docs/ovs-ofctl.8.html
http://openvswitch.org/support/dist-docs/ovs-fields.7.html
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to