mirror_frr/tests
Emanuele Di Pascale 0e3b6a926a lib, zebra: support label chunk requests for SRGB
For SRGB, we need to support chunk requests starting at a
specific point in the label space, rather than just asking
for any sufficiently large chunk. To this purpose, we extend
the label manager api to request a chunk with a base value;
if the base is set to 0, the label manager will behave as it
currently does, i.e. fetching the first free chunk big enough
to satisfy the request.

update all the existing calls to get chunks from the label
manager so that they use MPLS_LABEL_BASE_ANY as the base
for the requested chunk

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
2019-07-10 15:20:27 +02:00
..
bgpd *: use array_size instead of raw division 2019-02-25 23:00:16 +00:00
helpers lib: Add '--command-log-always` to all daemons startup 2019-05-31 10:06:42 -04:00
isisd isisd: Don't set subtlv structure if we didn't unpack any subtlvs 2019-05-10 13:24:38 +02:00
lib Merge pull request #4514 from opensourcerouting/warnings-20190612 2019-06-17 15:19:42 -04:00
ospf6d build: non-recursive tests 2018-09-08 21:26:54 +02:00
topotests Run-time log filtering via vtysh commands (#4524) 2019-07-03 14:39:59 +02:00
.gitignore tests: add prefix2str test 2019-06-13 18:30:28 +00:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py tests: add pytest testrunners 2017-02-13 17:43:47 +01:00
subdir.am lib: remove snprintf from prefix2str 2019-06-13 17:08:05 +00:00
test_lblmgr.c lib, zebra: support label chunk requests for SRGB 2019-07-10 15:20:27 +02:00