summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/name2id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prepare the ground for allowing temporary aspath object living on the stack.claudio2018-06-291-9/+12
* Add "rde rib <name>" to the config and allow the rde to use these other RIBs.claudio2009-06-041-26/+1
* Rework most of the RDE to allow multiple RIBs. This is mostly preparationclaudio2009-05-171-1/+26
* The pftable name to ID functions should use the pftable_labels list and notclaudio2006-05-021-5/+5
* Remove unused _exists() function. It is not even used in my evil filter treeclaudio2006-04-261-17/+1
* Mark some additional function arguments as const.claudio2005-11-021-3/+3
* Make the pftable filter set use the name2id "cache" like the route labels.claudio2005-07-011-2/+26
* rtlabel support via filter sets. Just use "set rtlabel foobar" in filtersclaudio2005-06-291-2/+24
* Make the name2id/id2name code generically usable. This will be needed byclaudio2005-06-251-24/+73
* route label support, kroute part and ID allocator as well as the internalhenning2005-06-131-0/+117