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_1


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.22   17 years  jmc   Xr bgplg and bgplgsh;
[TXT] bgpd.c  1.143   17 years  claudio   Massiv rework of the control imsg flow. Main changes: - dedicated pipe between t...
[TXT] bgpd.conf.5  1.83   17 years  henning   allow filtering on peer-as (leftmost AS in path), ok claudio
[TXT] bgpd.h  1.212   17 years  henning   allow filtering on peer-as (leftmost AS in path), ok claudio
[TXT] carp.c  1.4   17 years  henning   KNF
[TXT] config.c  1.49   17 years  claudio   Replace another strtol() with strtonum() making the error checking easier to und...
[TXT] control.c  1.53   17 years  claudio   Extend show rib interface code so that it is possible to show the adj-rib-in and...
[TXT] kroute.c  1.152   17 years  henning   KNF
[TXT] log.c  1.49   17 years  henning   we do have a table with suberror codes for cease and their meaning; use it, inst...
[TXT] log.h  1.9   17 years  henning   tiny typos hiding, uncovered Leen Besselink <leen@consolejunkie.net>
[TXT] mrt.c  1.52   17 years  claudio   Switch address and AS fields in mrt dump messages for incoming traffic so that s...
[TXT] mrt.h  1.15   19 years  claudio   Fix minor issues with IPv6 dumps and add a function for dumping the RIB table pr...
[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.201   17 years  henning   allow filtering on peer-as (leftmost AS in path), ok claudio
[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.60   17 years  henning   allow filtering on peer-as (leftmost AS in path), ok claudio
[TXT] rde.c  1.219.2.1   17 years  ckuethe   From claudio@ > When running show commands that are restarted make sure that we ...
[TXT] rde.h  1.97   17 years  claudio   Massiv rework of the control imsg flow. Main changes: - dedicated pipe between t...
[TXT] rde_attr.c  1.70   17 years  henning   allow filtering on peer-as (leftmost AS in path), ok claudio
[TXT] rde_decide.c  1.47   18 years  claudio   Update comment to match reality.
[TXT] rde_filter.c  1.50   18 years  claudio   Even better nexthop delete behaviour. Do not delete nexthop if they are used by ...
[TXT] rde_prefix.c  1.24   17 years  henning   KNF
[TXT] rde_rib.c  1.93   17 years  henning   KNF
[TXT] rde_update.c  1.53   17 years  claudio   Do not check that the aspath is loopfree for the peer when sending updates. This...
[TXT] session.c  1.270   17 years  henning   KNF
[TXT] session.h  1.90   17 years  claudio   Massiv rework of the control imsg flow. Main changes: - dedicated pipe between t...
[TXT] util.c  1.1   18 years  claudio   Move functions shared with bgpctl into new file util.c. Simplifies the link betw...
[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.38   18 years  henning   if the pid given to imsg_create is 0, use the pid sored in the ibuf (which is th...