Re: [PATCH net-next V2 0/2] net/sched: act_tunnel_key: support key-less tunnels
From: David Miller <davem@davemloft.net>
Date: 2018-12-05 04:54:16
From: David Miller <davem@davemloft.net>
Date: 2018-12-05 04:54:16
From: Or Gerlitz <redacted> Date: Sun, 2 Dec 2018 14:55:19 +0200
This short series from Adi Nissim allows to support key-less tunnels by the tc tunnel key actions, which is needed for some GRE use-cases. changes from V0: - addresses build warning spotted by kbuild, make sure to always init to zero the tunnel key
Series applied to net-next, thank you.