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_0


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.25   17 years  henning   implement carp demotion control for bgpd. sessions can be configured to modify t...
[TXT] bgpd.8  1.21   17 years  jmc   add -c to usage() and synopsis;
[TXT] bgpd.c  1.139   17 years  jmc   add -c to usage() and synopsis;
[TXT] bgpd.conf.5  1.76   17 years  jmc   for apps which use interface groups, point to the section of ifconfig(8) where t...
[TXT] bgpd.h  1.208   17 years  henning   add code to announce the restart capability according to draft-ietf-idr-restart....
[TXT] carp.c  1.3   17 years  henning   if at startup a given group has carpdemote == 0, we don't do carp demotion. now,...
[TXT] config.c  1.48   18 years  claudio   Allow the control socket to be changed on the command line. Useful if you need t...
[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.147   17 years  claudio   On startup in fetchtable() clean the routing table of all PROTO1 routes. These m...
[TXT] log.c  1.48   18 years  claudio   Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and one hip hip ho...
[TXT] log.h  1.8   18 years  claudio   Pass a IMSG_CTL_RESULT messgae back to bgpctl on reloads to indicate if the relo...
[TXT] mrt.c  1.50   18 years  claudio   For now dump only stuff from the local-RIB into mrt table dumps. Issue found by ...
[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.193   17 years  henning   add code to announce the restart capability according to draft-ietf-idr-restart....
[TXT] pfkey.c  1.32.2.1   17 years  brad   MFC: Fix by henning@ rev 1.33 make sure we keep copies of everything we need to...
[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.57   17 years  henning   add "restart" to max-prefix, allows sessions suspended due to reaching max-prefi...
[TXT] rde.c  1.211   17 years  claudio   Extend show rib interface code so that it is possible to show the adj-rib-in and...
[TXT] rde.h  1.95   18 years  claudio   Even better nexthop delete behaviour. Do not delete nexthop if they are used by ...
[TXT] rde_attr.c  1.66   18 years  claudio   Unfuck community delete. The if () statement to match communities was FUBAR inst...
[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.22   18 years  claudio   Track some (memory) statistics in the RDE. Accessible via bgpctl.
[TXT] rde_rib.c  1.88   18 years  claudio   Copy the pftableid in path_copy and correctly do the ref/unref dance in path_cop...
[TXT] rde_update.c  1.51   18 years  claudio   Remove function prototype that was never used. From deraadt@
[TXT] session.c  1.262   17 years  henning   in the restart capability (that we do not actually send yet), set the MSB in the...
[TXT] session.h  1.86.2.1   17 years  brad   MFC: Fix by henning@ rev 1.33 make sure we keep copies of everything we need to...
[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.35   17 years  henning   add buf_grow() to grow an existing buffer (realloc), claudio ok
[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...