]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: introduce LP_TYPE_NEXTHOP label type
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 28 Feb 2023 13:11:30 +0000 (14:11 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 9 May 2023 19:00:57 +0000 (21:00 +0200)
commit855dcbf15898ce6b40bdf31902970d65ac801f56
tree2d186250a85488f17056b40052cedf0afc7af98f
parentd4cdcee5bf782b057949f04b712ecd4bf7429f98
bgpd: introduce LP_TYPE_NEXTHOP label type

A new label type is introduced: LP_TYPE_NEXTHOP. This new
label type will be used in next commits to allocate labels
for a specific nexthop IP address.
The commit changes add vty and json outputs to display
the new label type and the label values associated.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_labelpool.c
bgpd/bgp_labelpool.h