]> git.ipfire.org Git - thirdparty/bird.git/commit
MPLS: Add support for per-VRF labeling policy
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 1 Oct 2022 20:38:49 +0000 (22:38 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 4 Oct 2023 11:01:21 +0000 (13:01 +0200)
commit9ca86ef69cc56cb75e48e6f46bfdbe1b1e3e99b6
tree849b550390cb1b8ce654e764d539396734b8c4dd
parent9d456d5366593c7b0ebfde003be0517adb554541
MPLS: Add support for per-VRF labeling policy

The new labeling policy MPLS_POLICY_VRF assigns one label to all routes
(from the same FEC map associated with one VRF), while replaces their
next hops with a lookup to a VRF table. This is useful for L3VPN
protocol.
nest/config.Y
nest/mpls.Y
nest/mpls.c
nest/mpls.h