]> git.proxmox.com Git - mirror_frr.git/commit
bgpd, lib, sharpd, zebra: Use MPLS_LABEL_NONE
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 8 Feb 2018 15:19:34 +0000 (10:19 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Feb 2018 01:38:14 +0000 (20:38 -0500)
commit42567e0011491fe799eef6d236ecf1937c59c18f
tree58a439cbecc28a92e5537ac109a9ef7fe231e557
parent339e36d258ad73701d7b9eccc0e56e48cdea1a2d
bgpd, lib, sharpd, zebra: Use MPLS_LABEL_NONE

Modify mpls.h to rename MPLS_LABEL_ILLEGAL to be MPLS_LABEL_NONE.
Fix all pre-existing code that used MPLS_LABEL_ILLEGAL.

Modify the zapi vrf label message to use MPLS_LABEL_NONE as the
signal to remove label associated with a vrf.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/rfapi/bgp_rfapi_cfg.c
lib/mpls.h
lib/zclient.h
sharpd/sharp_vty.c
zebra/zserv.c