]> git.ipfire.org Git - thirdparty/bird.git/commit
EVPN: BGP/MPLS Ethernet VPNs using VXLAN tunnels - preliminary support
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 6 Nov 2023 02:38:40 +0000 (03:38 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 15 Jun 2025 00:50:32 +0000 (02:50 +0200)
commit118bcea71edec257a5a959c7288b4ce32ee3ff18
treec06279a2b1a75ea2a123ee9fc33f60a8b2b89f10
parent6833516f6a93a6531c0aa4091cce5cf54ad332c5
EVPN: BGP/MPLS Ethernet VPNs using VXLAN tunnels - preliminary support

Mostly based on L3VPN
configure.ac
nest/protocol.h
nest/route.h
nest/rt-attr.c
nest/rt-table.c
proto/evpn/Doc [new file with mode: 0644]
proto/evpn/Makefile [new file with mode: 0644]
proto/evpn/config.Y [new file with mode: 0644]
proto/evpn/evpn.c [new file with mode: 0644]
proto/evpn/evpn.h [new file with mode: 0644]