From bcff3ae79acfd938459869ac98db4f83e3d422b6 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 3 Oct 2022 20:06:13 +0200 Subject: L3VPN: BGP/MPLS VPNs using MPLS backbone The L3VPN protocol implements RFC 4364 BGP/MPLS VPNs using MPLS backbone. It works similarly to pipe. It connects IP table (one per VRF) with (global) VPN table. Routes passed from VPN table to IP table are stripped of RD and filtered by import targets, routes passed in the other direction are extended with RD, MPLS labels and export targets in extended communities. A separate MPLS channel is used to announce MPLS routes for the labels. --- proto/l3vpn/Doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 proto/l3vpn/Doc (limited to 'proto/l3vpn/Doc') diff --git a/proto/l3vpn/Doc b/proto/l3vpn/Doc new file mode 100644 index 00000000..ca2fd130 --- /dev/null +++ b/proto/l3vpn/Doc @@ -0,0 +1 @@ +S l3vpn.c -- cgit v1.2.3