Our OVS runs a broadcast app that sends UDP packets out on br0. Currently as expected, these packets go out of all interfaces in br0. I would like to force it such that these packets do NOT go out of a specific interface, but still goes out of the other interfaces.
I tried using open flow as below: /tmp/ovs-ofctl add-flow br0 dl_type=0x800,nw_proto=17,tp_dst=699,actions=drop What I am missing is a way to specify the egress port. Is this possible ? Regards, Ajit.
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
