commit | bdc476413dcdb5c38a7dec90fb2bca327021273a | [log] [tgz] |
---|---|---|
author | Amine Kherbouche <amine.kherbouche@6wind.com> | Wed Oct 04 19:35:57 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 07 21:38:31 2017 +0100 |
tree | 762328be3154151d454483067a05d32727f6154a | |
parent | 2af48d430aee5ded45cc6d6b4b10a5e76130885f [diff] |
ip_tunnel: add mpls over gre support This commit introduces the MPLSoGRE support (RFC 4023), using ip tunnel API by simply adding ipgre_tunnel_encap_(add|del)_mpls_ops() and the new tunnel type TUNNEL_ENCAP_MPLS. Signed-off-by: Amine Kherbouche <amine.kherbouche@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>