> On Mar 11, 2015, at 11:54 PM, Navneet Singh <[email protected]> > wrote: > > Hi Justin, > > I changed the command as per your recommendation to > ovs-ofctl add-flow br0 > dl_type=0x0800,nw_proto=17,priority=15,udp_src=5001,actions=drop > > The flows are not matching when I'm sending traffic through iperf udp.
Did you change the priority of the other flow? If not, then its priority is quite a bit higher (32768) than the one you just set (15). --Justin _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
