index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpd
/
name2id.c
Age
Commit message (
Expand
)
Author
2022-06-16
If anything in name2id conversion fails then just return 0.
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with
Claudio Jeker
2018-06-29
Prepare the ground for allowing temporary aspath object living on the stack.
Claudio Jeker
2009-06-04
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Claudio Jeker
2009-05-17
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
Claudio Jeker
2006-05-02
The pftable name to ID functions should use the pftable_labels list and not
Claudio Jeker
2006-04-26
Remove unused _exists() function. It is not even used in my evil filter tree
Claudio Jeker
2005-11-02
Mark some additional function arguments as const.
Claudio Jeker
2005-07-01
Make the pftable filter set use the name2id "cache" like the route labels.
Claudio Jeker
2005-06-29
rtlabel support via filter sets. Just use "set rtlabel foobar" in filters
Claudio Jeker
2005-06-25
Make the name2id/id2name code generically usable. This will be needed by
Claudio Jeker
2005-06-13
route label support, kroute part and ID allocator as well as the internal
Henning Brauer