On Mon, Sep 28, 2015 at 02:42:01PM +0530, neeraj mehta wrote:
> 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
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
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
man ovs-ofctl
On Thu, Sep 24, 2015 at 12:33 PM, neeraj mehta wrote:
> Hello Team,
>
> 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) nee
Hello Team,
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.
Regard