[ovs-discuss] UDP packets not dropping

abhishek jain ashujain9727 at gmail.com
Thu Mar 12 07:09:13 UTC 2015


Hi Justin

We have changed the priority of other flows also.

 ovs-ofctl dump-flows br0
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=73.296s, table=0, n_packets=0, n_bytes=0,
idle_age=73, priority=15,udp,tp_src=5001 actions=drop
 cookie=0x0, duration=162.284s, table=0, n_packets=2386, n_bytes=815262,
idle_age=0, priority=15,in_port=LOCAL actions=output:1
 cookie=0x0, duration=167.892s, table=0, n_packets=5983, n_bytes=4743020,
idle_age=0, priority=15,in_port=1 actions=LOCAL

On Thu, Mar 12, 2015 at 12:29 PM, Justin Pettit <jpettit at nicira.com> wrote:

>
> > On Mar 11, 2015, at 11:54 PM, Navneet Singh <navneet.singh2012 at gmail.com>
> 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150312/0fe9ab1c/attachment-0002.html>


More information about the discuss mailing list