OpenBSD CVS

src/usr.sbin/bgpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / bgpd

Current tag: OPENBSD_4_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.27   16 years  henning   rework timers. stop changing tienmr values directly, always use new timer_(get/s...
[TXT] bgpd.8  1.27   16 years  jmc   convert to new .Dd format;
[TXT] bgpd.c  1.144   17 years  claudio   Various spelling fixes from Stuart Henderson.
[TXT] bgpd.conf.5  1.87   16 years  mk   Being able to set the decision weight of prefixes is a nice feature, but when it...
[TXT] bgpd.h  1.222   16 years  claudio   Add defines for extended communities. OK henning@
[TXT] carp.c  1.5   17 years  claudio   Use correct function name in log_warn().
[TXT] config.c  1.50   16 years  deraadt   in all these programs using the same pfctl-derived parse.y, re-unify the yylex i...
[TXT] control.c  1.58   16 years  henning   do not leak confd on malloc failure in control_accept() found by Igor Zinovik <z...
[TXT] kroute.c  1.157   16 years  claudio   Another missing RTM_VERSION check. This will remove the RB_INSERT warnings seen ...
[TXT] log.c  1.50   17 years  claudio   Make bgpd 4-byte AS compatible. All internal representations of AS numbers are n...
[TXT] log.h  1.10   16 years  henning   send timers for bgpctlshow neighbor foo timer in seperate messages after the pee...
[TXT] mrt.c  1.53   17 years  claudio   Make bgpd 4-byte AS compatible. All internal representations of AS numbers are n...
[TXT] mrt.h  1.16   16 years  msf   mrtd.net is no longer, prune ok claudio@
[TXT] name2id.c  1.7   18 years  claudio   The pftable name to ID functions should use the pftable_labels list and not the ...
[TXT] parse.y  1.215   16 years  mpf   Have popfile() also close the main config file, but only do the final popfile ca...
[TXT] pfkey.c  1.34   17 years  henning   * make sure we keep copies of everything we need to * remove SAs...
[TXT] pftable.c  1.5   18 years  claudio   Make the pftable filter set use the name2id "cache" like the route labels. This ...
[TXT] printconf.c  1.65   16 years  henning   add "demote", was missing. noticed by camield@
[TXT] rde.c  1.230   16 years  claudio   branches: 1.230.2; Ignore and drop path attributes with a type code of 0 instea...
[TXT] rde.h  1.102   16 years  claudio   Add defines for extended communities. OK henning@
[TXT] rde_attr.c  1.75   17 years  claudio   branches: 1.75.4; Only try to merge a AS_SEQUENCE if there is a difference betw...
[TXT] rde_decide.c  1.49   16 years  claudio   branches: 1.49.2; Prefixes or actually pathes that would cause a rooting loops ...
[TXT] rde_filter.c  1.53   16 years  henning   allow matching on communities using 0 in the AS part, that is in use. that unfor...
[TXT] rde_prefix.c  1.25   17 years  claudio   Various spelling fixes from Stuart Henderson.
[TXT] rde_rib.c  1.96   16 years  claudio   Remove a stupid wrapper function that does nothing more then calling another fun...
[TXT] rde_update.c  1.61   16 years  claudio   Prefixes or actually pathes that would cause a rooting loops should not be dropp...
[TXT] session.c  1.279   16 years  henning   provide timer_nextduein, which provides the number of seconds until the next tim...
[TXT] session.h  1.95   16 years  henning   provide timer_nextduein, which provides the number of seconds until the next tim...
[TXT] timer.c  1.4   16 years  henning   provide timer_nextduein, which provides the number of seconds until the next tim...
[TXT] util.c  1.3   17 years  claudio   Various spelling fixes from Stuart Henderson.
[TXT] buffer.c (in the Attic) [Hide]  1.36   17 years  henning   make buffer_grow always return a valid struct buf; the contained buffer might be...
[TXT] imsg.c (in the Attic) [Hide]  1.39   17 years  henning   when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do not signal "con...