]> git.proxmox.com Git - mirror_iproute2.git/commit
Merge branch 'tc-mpls-l2-vpn' into next
authorDavid Ahern <dsahern@gmail.com>
Tue, 20 Oct 2020 14:57:47 +0000 (08:57 -0600)
committerDavid Ahern <dsahern@gmail.com>
Tue, 20 Oct 2020 14:57:47 +0000 (08:57 -0600)
commitb4edd6a8a640047410ddffc3e5987171484a4815
treef4ea7bf1def9b543094bfa5a38d65585c867bae0
parent3342688a6645cbe8d15a3ebd89a38cea637f969b
parent02a261b5ba1c8580ac2a35bc6c87faa2ec9f5c96
Merge branch 'tc-mpls-l2-vpn' into next
Guillaume Nault  says:

====================

This patch series adds the possibility for TC to tunnel Ethernet frames
over MPLS.

Patch 1 allows adding or removing the Ethernet header.
Patch 2 allows pushing an MPLS LSE before the MAC header.

By combining these actions, it becomes possible to encapsulate an
entire Ethernet frame into MPLS, then add an outer Ethernet header
and send the resulting frame to the next hop.

====================

Signed-off-by: David Ahern <dsahern@gmail.com>