]> git.proxmox.com Git - mirror_frr.git/commit
bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP labeled...
authorAnton Degtyarev <adeg47@gmail.com>
Wed, 14 Nov 2018 03:14:04 +0000 (06:14 +0300)
committerAnton Degtyarev <adeg47@gmail.com>
Thu, 20 Dec 2018 12:28:52 +0000 (15:28 +0300)
commit57592a53b5c02094f915a8444d40d2361d31e972
tree4948c69d7951e9dc0008e110f9d7d489a8c3f742
parentf944fe9b004be9c6076f2fed3004a85fc284cad1
bgpd, zebra: auto assign labels from label pool to regular prefixes in BGP labeled unicast

This commit is the last missing piece to complete BGP LU support in bgpd. To this moment, bgpd (and zebra) supported auto label assignment only for prefixes leaked from VRFs to vpn and for MPLS SR prefixes. This adds auto label assignment to other routes types in bgpd. The following enhancements have been made:
* bgp_route.c:bgp_process_main_one() now sets implicit-null local_label to all local, aggregate and redistributed routes.
* bgp_route.c:bgp_process_main_one() now will request a label from the label pool for any prefix that loses the label for some reason (for example, when the static label assignment config is removed)
* bgp_label.c:bgp_reg_dereg_for_label() now requests labels from label pool for routes which have no associated label index
* zebra_mpls.c:zebra_mpls_fec_register() now expects both label and label_index from the calling function, one of which must be set to MPLS_INVALID_LABEL or MPLS_INVALID_LABEL_INDEX, based on this it will decide how to register the provided FEC.

Signed-off-by: Anton Degtyarev <anton@cumulusnetworks.com>
bgpd/bgp_label.c
bgpd/bgp_label.h
bgpd/bgp_labelpool.h
bgpd/bgp_route.c
lib/zclient.h
lib/zebra.h
zebra/zapi_msg.c
zebra/zebra_errors.c
zebra/zebra_errors.h
zebra/zebra_mpls.c
zebra/zebra_mpls.h