]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
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)
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>

Trivial merge