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_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.26   17 years  itojun   no need for KAME_SCOPEID; just check __KAME__.
[TXT] bgpd.8  1.27   17 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.86   17 years  jmc   convert to new .Dd format;
[TXT] bgpd.h  1.218   17 years  henning   allow matching on communities using 0 in the AS part, that is in use. that unfor...
[TXT] carp.c  1.5   17 years  claudio   Use correct function name in log_warn().
[TXT] config.c  1.49   17 years  claudio   Replace another strtol() with strtonum() making the error checking easier to und...
[TXT] control.c  1.55   17 years  henning   add IMSG_CTL_SHOW_RIB_COMMUNITY, rib by given community mostly from rivo nurges ...
[TXT] kroute.c  1.154   17 years  claudio   Various spelling fixes from Stuart Henderson.
[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.9   17 years  henning   tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net>
[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   17 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.207   17 years  claudio   Init community in get_rule() to COMMUNITY_UNSET. get_rule() is called when set i...
[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.64   17 years  henning   allow matching on communities using 0 in the AS part, that is in use. that unfor...
[TXT] rde.c  1.227   16 years  pyr   Ignore SIGHUP in bgpd's children to allow the use of pkill -1 bgpd for reloading...
[TXT] rde.h  1.100   17 years  claudio   Remove a stupid wrapper function that does nothing more then calling another fun...
[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.48   17 years  claudio   Various spelling fixes from Stuart Henderson.
[TXT] rde_filter.c  1.53   17 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   17 years  claudio   Remove a stupid wrapper function that does nothing more then calling another fun...
[TXT] rde_update.c  1.60   17 years  claudio   Correctly encode ATTR_NEW_AGGREGATOR. The new aggregator is the one that bgpd us...
[TXT] session.c  1.276   16 years  pyr   Ignore SIGHUP in bgpd's children to allow the use of pkill -1 bgpd for reloading...
[TXT] session.h  1.92   17 years  claudio   Make bgpd 4-byte AS compatible. All internal representations of AS numbers are n...
[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...