]> git.ipfire.org Git - thirdparty/bird.git/commit
Lib: Extend MPLS label allocator bitmap
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 18 Sep 2023 12:12:22 +0000 (14:12 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 4 Oct 2023 11:07:33 +0000 (13:07 +0200)
commite338c4b63c6a9258d858f158049943e1e8f00e6f
tree2bdf6767e32edbbb12d75760ed8be9f1ed623471
parentbcff3ae79acfd938459869ac98db4f83e3d422b6
Lib: Extend MPLS label allocator bitmap

Add function lmap_last_one_in_range() for finding the last active label
in a label range.
lib/bitmap.c
lib/bitmap.h
lib/bitmap_test.c