]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Add MPLS support
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 15 Sep 2022 00:30:15 +0000 (02:30 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 4 Oct 2023 11:01:21 +0000 (13:01 +0200)
commit9d456d5366593c7b0ebfde003be0517adb554541
tree7141ebfa5c6091dae6cc8aebfaa51fe0f7c8febc
parent15c86ed061d3dbc7e4ef863e396cda5ec3ed0d4c
BGP: Add MPLS support

When MPLS is active, received routes on MPLS-aware SAFIs (ipvX-mpls,
vpnX-mpls) are automatically labeled according to active label policy and
corresponding MPLS routes are automatically generated. Also routes sent
on MPLS-aware SAFIs announce local labels when it should be done.
proto/bgp/attrs.c
proto/bgp/bgp.c
proto/bgp/config.Y
proto/bgp/packets.c