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_3_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.19   20 years  djm   add a filter option to dump prefixes learned in UPDATEs into a PF table, intende...
[TXT] bgpd.8  1.13   19 years  jmc   slightly reword myself;
[TXT] bgpd.c  1.105   19 years  henning   use session_socket_blockmode() instead of hand-rolling roughly the same claudio ...
[TXT] bgpd.conf.5  1.37   19 years  claudio   foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords are n...
[TXT] bgpd.h  1.141   19 years  henning   add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, claudio ok
[TXT] config.c  1.39   19 years  henning   implement file descriptor passing in the imsg/msgbuf framework, and use it to le...
[TXT] control.c  1.37   19 years  claudio   missing space in log message.
[TXT] kroute.c  1.107   19 years  henning   logic error: when there's changes affecting nexthop reachability, always notify ...
[TXT] log.c  1.39   19 years  henning   let log_debug only log at all when we're in debug mode, from Montreal Airport
[TXT] log.h  1.3   20 years  claudio   Fix some gcc warnings in bgpctl because of the last commit. OK henning@
[TXT] mrt.c  1.44   19 years  claudio   Fix minor issues with IPv6 dumps and add a function for dumping the RIB table pr...
[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] parse.y  1.139   19 years  henning   don't do the pftable_exists() check if we are running -n, needs root
[TXT] pfkey.c  1.30   20 years  henning   detect absence of PF_KEY interface and/or the TCP_MD5SIG setsockopts at runtime ...
[TXT] pftable.c  1.2   20 years  henning   KNF
[TXT] printconf.c  1.29   19 years  claudio   Add missing config statements -- route-reflector and enforce neighbor-as. Now pr...
[TXT] rde.c  1.142   19 years  claudio   Just ignore RFC2545 and the silly idea of using link local addresses as nexthop....
[TXT] rde.h  1.55   19 years  claudio   Fix minor issues with IPv6 dumps and add a function for dumping the RIB table pr...
[TXT] rde_attr.c  1.43   19 years  claudio   style, use sizeof() instead of a hardcoded value.
[TXT] rde_decide.c  1.38   19 years  claudio   Monster diff to get one step closer to IPv6 support. Cleanup path attribute hand...
[TXT] rde_filter.c  1.18   19 years  claudio   switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr OK h...
[TXT] rde_prefix.c  1.20   19 years  claudio   comapring -> comparing noticed by brad@.
[TXT] rde_rib.c  1.59   19 years  claudio   Always update prefix timestamp even if nothing has changed. Without this network...
[TXT] rde_update.c  1.30   19 years  claudio   Grrr. copy paste error. Dump MED and not local-pref. OK henning@
[TXT] session.c  1.189   19 years  henning   correctly track peer count. fixes a memory corruption. exactly the same bug as i...
[TXT] session.h  1.61   19 years  claudio   Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report the cur...
[TXT] buffer.c (in the Attic) [Hide]  1.23   19 years  henning   when sending a file descriptor, close it on the receiving side in buf_dequeue() ...
[TXT] ensure.h (in the Attic) [Hide]  1.3   20 years  claudio   2004 OK henning@
[TXT] imsg.c (in the Attic) [Hide]  1.30   19 years  henning   better diagnostics