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_4


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.47   10 years  lum   grammar. ok jmc@
[TXT] bgpd.c  1.172   10 years  claudio   Unfuck BGP MPLS VPNs that got broken by the last few reload related commits. OK ...
[TXT] bgpd.conf.5  1.125   10 years  sthen   Add partial support to bgpd for the ttl hack with ipv6. This sends the correct t...
[TXT] bgpd.h  1.277   11 years  benno   change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls don't nee...
[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.74   11 years  deraadt   handle ECONNABORTED errors from accept(). In many code blocks they can be ignor...
[TXT] kroute.c  1.195   11 years  sthen   Set the correct route priority in send_rt6msg, as done for send_rtmsg. Fixes v6 ...
[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.15   11 years  claudio   Implements a few missing bits for better templates support: - on config reload a...
[TXT] mrt.c  1.75   10 years  florian   When removing "dump (all|updates)" from bgpd.conf and reloading, tell the sessio...
[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   14 years  claudio   Add "rde rib <name>" to the config and allow the rde to use these other RIBs. St...
[TXT] parse.y  1.266   11 years  benno   change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls don't nee...
[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.324   10 years  benno   on graceful restart, the number of prefixes could be counted wrong, triping max-...
[TXT] rde.h  1.146   10 years  benno   on graceful restart, the number of prefixes could be counted wrong, triping max-...
[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.137   10 years  benno   on graceful restart, the number of prefixes could be counted wrong, triping max-...
[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.332   10 years  claudio   Change the way the RDE updates its peer list. The SE is now always sending a IMS...
[TXT] session.h  1.116   10 years  florian   When removing "dump (all|updates)" from bgpd.conf and reloading, tell the sessio...
[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.