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_3


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.46   11 years  jmc   last stage of rfc changes, using consistent Rs/Re blocks, and moving the referen...
[TXT] bgpd.c  1.170   11 years  florian   Unstick bgpctl reload after reloading a bgpd.conf with errors. ok claudio, benn...
[TXT] bgpd.conf.5  1.124   11 years  florian   man page bits for "announce restart yes" default ok sthen@
[TXT] bgpd.h  1.275   11 years  phessler   Almost exactly 10 years ago, we changed the length of PF table names to 32 chars...
[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.56   13 years  deraadt   spacing and irrelevant glitches which disrupt lint
[TXT] control.c  1.72   12 years  claudio   Extend the network code to allow attributes to be passed in with prefixes. In th...
[TXT] kroute.c  1.191   11 years  florian   pasto in log message ok henning
[TXT] log.c  1.57   11 years  sthen   Don't log "unknown subcode" for subcode 0 when the hold timer expires, this is a...
[TXT] log.h  1.14   11 years  claudio   Only allow one reload request at a time in bgpd. Needed for further work. OK sth...
[TXT] mrt.c  1.73   11 years  krw   buf_* -> ibuf_* in various log entries to reflect correct function names. ok cl...
[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.265   11 years  claudio   Allow filtering based on the NEXTHOP attribute. This allows to build rules like:...
[TXT] pfkey.c  1.41   13 years  claudio   The PF_KEY socket is like the routing socket. It must be polled all the time to ...
[TXT] pftable.c  1.6   14 years  claudio   Use an artificial address family id in struct bgpd_addr and almost everywhere el...
[TXT] printconf.c  1.90   11 years  claudio   Fixup printing of rdomain configs -- add network statements and only print the d...
[TXT] rde.c  1.321   11 years  claudio   Expose the local weight in the ctl_show_rib struct so bgpctl can print it. OK st...
[TXT] rde.h  1.145   11 years  claudio   Change email address in copyright to one that is valid.
[TXT] rde_attr.c  1.91   11 years  claudio   By default mask the reserved bits and the ext len bit in the attribute flags fie...
[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.68   11 years  claudio   Allow filtering based on the NEXTHOP attribute. This allows to build rules like:...
[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.134   11 years  claudio   Better graceful restart support (implementing more then just the EoR record). Th...
[TXT] rde_update.c  1.80   12 years  claudio   The ebgp flags is just a truth value and it is better to not == 1 compares. OK h...
[TXT] session.c  1.326.2.1   11 years  sthen   MFC: handle ECONNABORTED errors from accept(). In many code blocks they can be ...
[TXT] session.h  1.114   11 years  claudio   Better graceful restart support (implementing more then just the EoR record). Th...
[TXT] timer.c  1.15   12 years  claudio   accept() pacing for bgpd based on similar work done on other daemons. OK henning...
[TXT] util.c  1.14   12 years  claudio   Move a few functions into util.c because bgpctl will need them soon.