]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: do not accept static label requests conflicting with dynamic-block
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 6 Oct 2023 12:53:31 +0000 (14:53 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 18 Oct 2023 15:46:28 +0000 (17:46 +0200)
commitd3f686d163cbbf9cf2d82701098818a6b150f1ef
treefb757c7ceb4db13609d71282a2a19188b49cb855
parent3cae02642844eed25cd5f165774c19cbd54e8ca2
zebra: do not accept static label requests conflicting with dynamic-block

A static label allocation should not be accepted if the desired range
conflicts with the configured dynamic-block configuration.

Do not accept such label requests, only when dynamic blocks are
configured.

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