Hello Ben,

> What's your motivation?

I want to check the packet hit over a flow entry. For example I have two
flow entries as below

priority=10,dl_src=00:00:11:22:33:44, dl_dst=00:00:00:33:44:55
dl_type=0x0800 nw_proto=6 actions=2
priority=10,dl_src=00:00:11:22:33:44, dl_dst=00:00:00:33:44:55 dl_type=*
nw_proto=* actions=drop

Which flow entry should hit first? If I send TCP packet with same matching
fields.

Regards
Neeraj

On Fri, Sep 25, 2015 at 3:50 AM, Ben Pfaff <b...@nicira.com> wrote:

> On Fri, Sep 25, 2015 at 01:03:51AM +0530, neeraj mehta wrote:
> > I am working on OVS-2.3.2. I want to add flow entries for exact match for
> > the packets. Is there is any documentation that I can consult to get the
> > information about tuples(flow entry matching parameters) needed to create
> > an exact flow entry for particular type of packet packet.
>
> It doesn't really make sense to talk about "exact match" these days.
> What's your motivation?
>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to