Re: [ovs-dev] [PATCH 6/8] nsh: support for setting nsi, action set_nsi=

2013-10-01 Thread Pritesh Kothari (pritkoth)
On Oct 1, 2013, at 3:09 PM, Jarno Rajahalme wrote: > > On Sep 20, 2013, at 1:04 AM, pritesh wrote: > >> Support for setting nsi using an action namely set_nsi. It works similar to >> set_tunnel in vxlan/gre tunnel and can be used to set the outgoing nsh >> service index (nsi). >> > > Again,

Re: [ovs-dev] [PATCH 6/8] nsh: support for setting nsi, action set_nsi=

2013-10-01 Thread Jarno Rajahalme
On Sep 20, 2013, at 1:04 AM, pritesh wrote: > Support for setting nsi using an action namely set_nsi. It works similar to > set_tunnel in vxlan/gre tunnel and can be used to set the outgoing nsh > service index (nsi). > Again, a new action is not necessary, "load", "move", and "set_field" can

[ovs-dev] [PATCH 6/8] nsh: support for setting nsi, action set_nsi=

2013-09-20 Thread pritesh
Support for setting nsi using an action namely set_nsi. It works similar to set_tunnel in vxlan/gre tunnel and can be used to set the outgoing nsh service index (nsi). Signed-off-by: pritesh diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 748ceee..3872d57 100644