commit | da5095d052860baa7fe2932fb1209628dd3e3813 | [log] [tgz] |
---|---|---|
author | Alexis Bauvin <abauvin@scaleway.com> | Mon Dec 03 10:54:38 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 03 14:15:26 2018 -0800 |
tree | 1a06b12df1f9c1e536477a1bf2b7ff9f8b6e0755 | |
parent | e3dd7627721fce191fd696d8654aa55cc20c1d6f [diff] |
udp_tunnel: add config option to bind to a device UDP tunnel sockets are always opened unbound to a specific device. This patch allow the socket to be bound on a custom device, which incidentally makes UDP tunnels VRF-aware if binding to an l3mdev. Signed-off-by: Alexis Bauvin <abauvin@scaleway.com> Reviewed-by: Amine Kherbouche <akherbouche@scaleway.com> Tested-by: Amine Kherbouche <akherbouche@scaleway.com> Signed-off-by: David S. Miller <davem@davemloft.net>