summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/rde_sets.c
AgeCommit message (Expand)Author
2020-12-30Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets andClaudio Jeker
2019-08-05Cleanup config reload in the RDE. Use the bgpd_conf struct to store setsClaudio Jeker
2019-02-14Use the portable SIZE_MAX instead of SIZE_T_MAXClaudio Jeker
2019-01-05Correctly account for the memory allocated when creating a set.Claudio Jeker
2018-10-26Track the amount of memory used for sets and tries (aka anything-set)Claudio Jeker
2018-09-20Split up as_set into a set_table and an as_set. The first is what doesClaudio Jeker
2018-09-14Extend as_set to allow for different sized objects to be added. The onlyClaudio Jeker
2018-09-10remove some empty lines from printconf output. ok claudio@Sebastian Benoit
2018-09-08Fix print_as_sets() a bit.Claudio Jeker
2018-09-07Implement as-set a fast lookup table to be used instead of long list ofClaudio Jeker