summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/rde_sets.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup config reload in the RDE. Use the bgpd_conf struct to store setsclaudio2019-08-051-2/+1
* Use the portable SIZE_MAX instead of SIZE_T_MAXclaudio2019-02-141-2/+2
* Correctly account for the memory allocated when creating a set.claudio2019-01-051-1/+2
* Track the amount of memory used for sets and tries (aka anything-set)claudio2018-10-261-1/+9
* Split up as_set into a set_table and an as_set. The first is what doesclaudio2018-09-201-108/+76
* Extend as_set to allow for different sized objects to be added. The onlyclaudio2018-09-141-23/+32
* remove some empty lines from printconf output. ok claudio@benno2018-09-101-2/+2
* Fix print_as_sets() a bit.claudio2018-09-081-6/+8
* Implement as-set a fast lookup table to be used instead of long list ofclaudio2018-09-071-0/+239