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_9


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.184   8 years  sthen   Remove setproctitle() for the parent process. Because rc.d(8) uses process title...
[TXT] bgpd.conf.5  1.140   8 years  florian   If transparent-as is set to no AS paths are prepended with the local AS not "the...
[TXT] bgpd.h  1.292   8 years  phessler   Radically improve the performance of bgpd filters. Based on PF's skip steps (an...
[TXT] carp.c  1.8   8 years  benno   cleanup some log messages with wrong function names etc. ok henning,claudio
[TXT] config.c  1.63   8 years  mmcc   typos
[TXT] control.c  1.82   8 years  benno   cleanup some log messages with wrong function names etc. ok henning,claudio
[TXT] kroute.c  1.207.2.1   8 years  phessler   MFC revision 1.208 Connected routes are no longer identified by a AF_LINK gatew...
[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.17   8 years  claudio   Introduce msgtypenames to print bgp msg types (which will be used by bgpctl)
[TXT] mrt.c  1.81   8 years  benno   now that ibuf_free() checks for null, we can remove the check here. ok mmcc@ mil...
[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.286   8 years  mmcc   calloc -> malloc when the memory is immediately overwritten with memcpy. ok cla...
[TXT] pfkey.c  1.45   8 years  florian   explicit_bzero() from Michael McConville, thanks! OK claudio
[TXT] pftable.c  1.9   8 years  mmcc   Remove NULL-checks before free(). I think I've almost scrubbed the entire tree o...
[TXT] printconf.c  1.96   8 years  phessler   Let us log all updates sent from an individual peer. Since this can be applied ...
[TXT] rde.c  1.345   8 years  mmcc   commited -> committed
[TXT] rde.h  1.149   8 years  phessler   Radically improve the performance of bgpd filters. Based on PF's skip steps (an...
[TXT] rde_attr.c  1.95   8 years  claudio   seg_type is only set but never used. So remove it. Someone reported this long ti...
[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.76   8 years  phessler   Radically improve the performance of bgpd filters. Based on PF's skip steps (an...
[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.347   8 years  florian   bgpd has been naughty. It tries to play with AF_UNIX sockets without pledging "u...
[TXT] session.h  1.121   8 years  claudio   Rename imsg_compose_parent and imsg_compose_rde to imsg_ctl_parent and imsg_ctl_...
[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.20   8 years  claudio   seg_type is only set but never used. So remove it. Someone reported this long ti...