1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/bgpd
2007-05-30 04:28:27 +00:00
..
bgpd.8 put RFC 3765 in the right place; 2007-04-26 16:22:51 +00:00
bgpd.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00
bgpd.conf.5 Try to document the new 4-byte AS numbers without being to invasive. 2007-04-24 13:45:24 +00:00
bgpd.h allow matching on communities using 0 in the AS part, that is in use. 2007-05-28 17:26:33 +00:00
buffer.c make buffer_grow always return a valid struct buf; the contained buffer 2006-09-19 13:04:01 +00:00
carp.c Use correct function name in log_warn(). 2007-04-23 14:52:28 +00:00
config.c Replace another strtol() with strtonum() making the error checking easier 2007-01-31 13:04:21 +00:00
control.c add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community 2007-03-28 12:33:32 +00:00
imsg.c when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not 2007-03-19 10:03:25 +00:00
kroute.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00
log.c Make bgpd 4-byte AS compatible. All internal representations of AS numbers 2007-04-23 13:04:24 +00:00
log.h tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net> 2007-02-25 11:59:39 +00:00
Makefile no need for KAME_SCOPEID; just check __KAME__. 2006-12-08 22:31:15 +00:00
mrt.c Make bgpd 4-byte AS compatible. All internal representations of AS numbers 2007-04-23 13:04:24 +00:00
mrt.h mrtd.net is no longer, prune 2007-05-30 04:28:27 +00:00
name2id.c The pftable name to ID functions should use the pftable_labels list and not 2006-05-02 14:41:26 +00:00
parse.y allow matching on communities using 0 in the AS part, that is in use. 2007-05-28 17:26:33 +00:00
pfkey.c * make sure we keep copies of everything we need to 2006-10-26 14:26:49 +00:00
pftable.c Make the pftable filter set use the name2id "cache" like the route labels. 2005-07-01 09:19:24 +00:00
printconf.c allow matching on communities using 0 in the AS part, that is in use. 2007-05-28 17:26:33 +00:00
rde_attr.c Only try to merge a AS_SEQUENCE if there is a difference between the 4-byte 2007-05-22 14:03:31 +00:00
rde_decide.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00
rde_filter.c allow matching on communities using 0 in the AS part, that is in use. 2007-05-28 17:26:33 +00:00
rde_prefix.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00
rde_rib.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00
rde_update.c Correctly fill the MP reach and unreach update messages. Until now 2007-05-29 02:31:42 +00:00
rde.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00
rde.h Make bgpd 4-byte AS compatible. All internal representations of AS numbers 2007-04-23 13:04:24 +00:00
session.c Correctly encode the End-of-RIB marker capability. It is just 2 bytes not 2007-05-29 02:27:05 +00:00
session.h Make bgpd 4-byte AS compatible. All internal representations of AS numbers 2007-04-23 13:04:24 +00:00
util.c Various spelling fixes from Stuart Henderson. 2007-05-11 11:27:59 +00:00