Re: [PATCH iproute2 V3 3/3] tc/act_tunnel: Introduce ip tunnel action

2016-12-01 Thread Amir Vadai
On Wed, Nov 30, 2016 at 03:44:53PM +0100, Jiri Benc wrote: > On Wed, 30 Nov 2016 09:38:40 +0200, Amir Vadai wrote: > > +The > > +.I UNSET > > +mode is optional - even without using it, the metadata information will be > > +released automatically when packet processing will be finished. > > +.IR UNS

Re: [PATCH iproute2 V3 3/3] tc/act_tunnel: Introduce ip tunnel action

2016-11-30 Thread Jiri Benc
On Wed, 30 Nov 2016 09:38:40 +0200, Amir Vadai wrote: > +The > +.I UNSET > +mode is optional - even without using it, the metadata information will be > +released automatically when packet processing will be finished. > +.IR UNSET > +function could be used in cases when traffic is forwarded between

[PATCH iproute2 V3 3/3] tc/act_tunnel: Introduce ip tunnel action

2016-11-29 Thread Amir Vadai
This action could be used before redirecting packets to a shared tunnel device, or when redirecting packets arriving from a such a device. The 'unset' action is optional. It is used to explicitly unset the metadata created by the tunnel device during decap. If not used, the metadata will be releas