mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00
lib, test: Add test case for ALL_NEXTHOPS_RO
Without it, tests were passing before commit 9fb47c0
, so a case was
missing (the one which that commit fixes).
Signed-off-by: ßingen <bingen@voltanet.io>
This commit is contained in:
parent
e3054ee94f
commit
97ba3968a0
@ -276,6 +276,9 @@ test_run_first(void)
|
||||
nexthop_chain_add_recursive(nc);
|
||||
nexthop_chain_verify_iter(nc);
|
||||
|
||||
nexthop_chain_add_top(nc);
|
||||
nexthop_chain_verify_iter(nc);
|
||||
|
||||
nexthop_chain_free(nc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user