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_7_BASE


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.175   9 years  claudio   Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or SOCK_NONBLOC...
[TXT] bgpd.conf.5  1.133   9 years  bentley   Reduce usage of predefined strings in manpages. Predefined strings are not very...
[TXT] bgpd.h  1.282   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[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.58   9 years  claudio   Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or SOCK_NONBLOC...
[TXT] control.c  1.76   9 years  claudio   Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or SOCK_NONBLOC...
[TXT] kroute.c  1.202   9 years  claudio   Use sizeof(u_short) in the first check since there are RT messages that are less...
[TXT] log.c  1.58   9 years  bluhm   Convert the logic in yyerror(). Instead of creating a temporary format string, ...
[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.275   9 years  jsg   Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anch...
[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.93   10 years  florian   Knob to set priority with which bgpd inserts routes into the kernel routing tabl...
[TXT] rde.c  1.329   9 years  deraadt   Use reallocarray() throughout to spot multiplicative int overflow. ok henning be...
[TXT] rde.h  1.147   10 years  claudio   Rewrite the internals of the RDE reload logic. This is the first step to make bg...
[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.71   10 years  phessler   fix the matching for filter rules of 'prefixlen = XX' OK claudio@
[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.141   9 years  tedu   two more uses of siphash. better hash for ipv4. maybe not needed for rbtree hint...
[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.338   9 years  claudio   Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or SOCK_NONBLOC...
[TXT] session.h  1.117   9 years  claudio   Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC or SOCK_NONBLOC...
[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...