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_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.18   20 years  claudio   Type in Makefile. CLFAGS != CFLAGS and we don't want -Wredundant-decls the stand...
[TXT] bgpd.8  1.8   20 years  mcbride   Emphasise 'stderr'. ok henning@
[TXT] bgpd.c  1.88   20 years  henning   delay creating the control socket until after forking, but before chroot (lives ...
[TXT] bgpd.conf.5  1.20   20 years  henning   tweak
[TXT] bgpd.h  1.106   20 years  claudio   Add basic support for communities. Currently it is only possible to filter on co...
[TXT] config.c  1.33   20 years  henning   consistency
[TXT] control.c  1.26   20 years  henning   remove getpeereid() call so that those who have write access to the socket (root...
[TXT] kroute.c  1.92   20 years  henning   on shutdown, explicitely clear the knexthop, kroute and kif tables, claudio ok
[TXT] log.c  1.30   20 years  henning   fflush(stderr) in vlog if in debug mode, from discussion with and ok claudio
[TXT] log.h  1.1   20 years  henning   share statenames
[TXT] mrt.c  1.28   20 years  claudio   remove unneded peer pointer in struct prefix and change a in_addr_t to struct in...
[TXT] mrt.h  1.10   20 years  claudio   Rewrite some parts of the mrt dump handling. It is no longer possible to dump th...
[TXT] parse.y  1.78   20 years  claudio   There is no cnumber token in the parser so don't define a type for it.
[TXT] pfkey.c  1.14   20 years  henning   use switch instead of if { } else if { } else { }
[TXT] printconf.c  1.12   20 years  claudio   Add missing space for sets in network statements.
[TXT] rde.c  1.101   20 years  david   comment spelling fixes; ok henning@
[TXT] rde.h  1.36   20 years  claudio   Add basic support for communities. Currently it is only possible to filter on co...
[TXT] rde_attr.c  1.26   20 years  david   comment spelling fixes; ok henning@
[TXT] rde_decide.c  1.33   20 years  claudio   Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
[TXT] rde_filter.c  1.7   20 years  claudio   Add basic support for communities. Currently it is only possible to filter on co...
[TXT] rde_prefix.c  1.13   20 years  henning   KNF
[TXT] rde_rib.c  1.42   20 years  claudio   Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
[TXT] rde_update.c  1.16   20 years  david   comment spelling fixes; ok henning@
[TXT] session.c  1.139   20 years  david   comment spelling fixes; ok henning@
[TXT] session.h  1.39   20 years  claudio   Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@
[TXT] buffer.c (in the Attic) [Hide]  1.17   20 years  claudio   Make the code more portable. Add some missing header files and make the use of t...
[TXT] ensure.h (in the Attic) [Hide]  1.3   20 years  claudio   2004 OK henning@
[TXT] imsg.c (in the Attic) [Hide]  1.24   20 years  henning   tweak err reporting