Re: [ovs-dev] [PATCH 5/8] nsh: userland support for network service index

2013-10-01 Thread Pritesh Kothari (pritkoth)
On Oct 1, 2013, at 3:07 PM, Jarno Rajahalme wrote: > > On Sep 20, 2013, at 1:04 AM, pritesh wrote: > >> Support for nsh service index (nsi) is added, mainly incoming >> nsi in a flow can be matched and appropriate action can be >> taken on the flow based on it. >> >> Signed-off-by: pritesh

Re: [ovs-dev] [PATCH 5/8] nsh: userland support for network service index

2013-10-01 Thread Jarno Rajahalme
On Sep 20, 2013, at 1:04 AM, pritesh wrote: > Support for nsh service index (nsi) is added, mainly incoming > nsi in a flow can be matched and appropriate action can be > taken on the flow based on it. > > Signed-off-by: pritesh > > ... > diff --git a/lib/meta-flow.c b/lib/meta-flow.c > ind

[ovs-dev] [PATCH 5/8] nsh: userland support for network service index

2013-09-20 Thread pritesh
Support for nsh service index (nsi) is added, mainly incoming nsi in a flow can be matched and appropriate action can be taken on the flow based on it. Signed-off-by: pritesh diff --git a/lib/flow.c b/lib/flow.c index 452f338..ec5bf01 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -545,6 +545,8 @@