mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 22:14:49 +00:00
![]() Represent installed ("allocated") NHG tables with a hash keyed by table ID. Replaces a pre-allocated array of booleans that implemented this functionality before. + PBR table range > 65535 is fixed (was OOB access before :)) + Pre-compute next available ID to save time when only checking if all tables are allocated Signed-off-by: Wesley Coakley <wcoakley@nvidia.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
pbr_debug.c | ||
pbr_debug.h | ||
pbr_main.c | ||
pbr_map.c | ||
pbr_map.h | ||
pbr_memory.c | ||
pbr_memory.h | ||
pbr_nht.c | ||
pbr_nht.h | ||
pbr_vrf.c | ||
pbr_vrf.h | ||
pbr_vty.c | ||
pbr_vty.h | ||
pbr_zebra.c | ||
pbr_zebra.h | ||
subdir.am |