]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: rework dynamic label request algorithm
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 5 Oct 2023 13:49:10 +0000 (15:49 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 18 Oct 2023 07:41:02 +0000 (09:41 +0200)
commit7a7c4bc80ac413d4841c31abb3e22c590ad4cdb2
tree6a02517237f64c27a9e0986480d94f25f9d2cf30
parent0832a2be53eadcf4677c317573d5ac878301a984
zebra: rework dynamic label request algorithm

The label chunk algorithm needs to be revisited to support a
configured dynamic-block or the default one.

Reuse the 'lbl_mgr.dynamic_block_[start/end]' variables,
whereever needed, and simplify the algorithm.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
zebra/label_manager.c