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_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.29   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] bgpd.8  1.48   10 years  jmc   no longer any need to quote macro lines with >9 args; From: Jan Stary
[TXT] bgpd.c  1.179   8 years  phessler   Give more precise errors, to help track when bgpd quits OK florian@ benno@ sthe...
[TXT] bgpd.conf.5  1.136   8 years  jmc   knock out "Ns Li" before colons - the Li was being ignored anyway, and i don;t t...
[TXT] bgpd.h  1.288   8 years  claudio   Make bgpd execute the RDE and session engine process instead of just forking. Th...
[TXT] carp.c  1.7   14 years  claudio   carp_demote_ioctl() can handle more then +/-1 steps so there is no need to loop ...
[TXT] config.c  1.61   8 years  claudio   Next round of config cleanup. Move various lists into the bgpd_config struct. Th...
[TXT] control.c  1.77   9 years  benno   mlarkin asks "bgpctl checks the length of the control socket path to make sure i...
[TXT] kroute.c  1.204.4.1   8 years  phessler   MFC revision 1.208 by claudio@ Connected routes are no longer identified by a A...
[TXT] log.c  1.59   8 years  benno   give bgpd's fatal() varargs and use it to instrument bgpd fatal() calls to aid i...
[TXT] log.h  1.15   11 years  claudio   Implements a few missing bits for better templates support: - on config reload a...
[TXT] mrt.c  1.77   10 years  claudio   Try to be clear why struct mrt_config nodes are allocated and assigned to struct...
[TXT] mrt.h  1.31   12 years  claudio   Make it more clear what are subtypes and some more cleanup of the mrt definition...
[TXT] name2id.c  1.9   15 years  claudio   Add "rde rib <name>" to the config and allow the rde to use these other RIBs. St...
[TXT] parse.y  1.281   8 years  claudio   Next round of config cleanup. Move various lists into the bgpd_config struct. Th...
[TXT] pfkey.c  1.44   9 years  claudio   Make also the special sockets SOCK_NONBLOCK. For the routing socket add a trigge...
[TXT] pftable.c  1.8   9 years  deraadt   Include <netinet/in.h> before <net/pfvar.h>. In a future change when ports is r...
[TXT] printconf.c  1.95   8 years  claudio   Next round of config cleanup. Move various lists into the bgpd_config struct. Th...
[TXT] rde.c  1.336   8 years  phessler   Give more precise errors, to help track when bgpd quits OK florian@ benno@ sthe...
[TXT] rde.h  1.148   9 years  claudio   rename rde_free_filter() to filterlist_free() and start using it outside of the ...
[TXT] rde_attr.c  1.93   9 years  tedu   convert some hash tables (the easy ones) to siphash. ok benno.
[TXT] rde_decide.c  1.62   11 years  claudio   Seems like I missed to adjust the route decision code to cover the things that n...
[TXT] rde_filter.c  1.74   8 years  claudio   Next round of config cleanup. Move various lists into the bgpd_config struct. Th...
[TXT] rde_prefix.c  1.32   14 years  claudio   pt_add() is not allowed to fail, caller expects this behaviour.
[TXT] rde_rib.c  1.142   9 years  claudio   rename rde_free_filter() to filterlist_free() and start using it outside of the ...
[TXT] rde_update.c  1.82   9 years  tedu   two more uses of siphash. better hash for ipv4. maybe not needed for rbtree hint...
[TXT] session.c  1.340   8 years  phessler   Give more precise errors, to help track when bgpd quits OK florian@ benno@ sthe...
[TXT] session.h  1.119   8 years  claudio   Make bgpd execute the RDE and session engine process instead of just forking. Th...
[TXT] timer.c  1.16   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] util.c  1.19   9 years  claudio   Adjust aspath_strlen() since the output format changed to ASPLAIN. This should r...