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_4_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.27   16 years  henning   rework timers. stop changing tienmr values directly, always use new timer_(get/s...
[TXT] bgpd.8  1.28   15 years  sthen   Reference RFC 4893 instead of draft-ietf-idr-as4bytes-13. ok claudio
[TXT] bgpd.c  1.145   16 years  pyr   Error out with usage line if additional arguments are given after the option par...
[TXT] bgpd.conf.5  1.90   15 years  henning   document the default localpref, from discussion with Mick Hohmann <mick at IM do...
[TXT] bgpd.h  1.223   15 years  claudio   Make bgpd route priority aware and while there sync in the basics to correctly t...
[TXT] carp.c  1.6   15 years  tobias   Properly free allocated memory if carp_demote_get encounters an error. ok henni...
[TXT] config.c  1.51   15 years  claudio   Getting the higest IP only works if the compare is done in host byte order. Same...
[TXT] control.c  1.60   16 years  henning   allow IMSG_CONTROL_SHOW_TIMER on restricted sockets
[TXT] kroute.c  1.165   15 years  claudio   Because IPv6 fucked up and created a badly sized struct sockaddr_in6 we need to ...
[TXT] log.c  1.50   17 years  claudio   Make bgpd 4-byte AS compatible. All internal representations of AS numbers are n...
[TXT] log.h  1.11   15 years  henning   remove hackery to un-demote after the session has been established for a while, ...
[TXT] mrt.c  1.54   15 years  claudio   Use a bob sized header for IPv6 not the default pedro sized one. Seems like nobo...
[TXT] mrt.h  1.16   17 years  msf   mrtd.net is no longer, prune ok claudio@
[TXT] name2id.c  1.7   18 years  claudio   The pftable name to ID functions should use the pftable_labels list and not the ...
[TXT] parse.y  1.219   15 years  sthen   typo in error message; "bigger that" -> "bigger than"
[TXT] pfkey.c  1.35   15 years  henning   add a stupid workaround for a race somewhere in the crypto code in the kernel. a...
[TXT] pftable.c  1.5   18 years  claudio   Make the pftable filter set use the name2id "cache" like the route labels. This ...
[TXT] printconf.c  1.65   16 years  henning   add "demote", was missing. noticed by camield@
[TXT] rde.c  1.235   15 years  sthen   Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893, AS4_PATH/AS4_AGG...
[TXT] rde.h  1.104   15 years  sthen   Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893, AS4_PATH/AS4_AGG...
[TXT] rde_attr.c  1.78   15 years  claudio   Fix aspath_prepend() in the case a AS-PATH has a sequence of 255 elements and we...
[TXT] rde_decide.c  1.51   16 years  henning   KNF
[TXT] rde_filter.c  1.55   15 years  claudio   Correct the logic when matching prefixes. This solves issues where IPv6 prefixes...
[TXT] rde_prefix.c  1.25   17 years  claudio   Various spelling fixes from Stuart Henderson.
[TXT] rde_rib.c  1.97   15 years  claudio   Track nexthops when the underlying route is changing. Until now true nexthops we...
[TXT] rde_update.c  1.64   15 years  sthen   Replace NEW_ASPATH/NEW_AGGREGATOR with the naming from RFC4893, AS4_PATH/AS4_AGG...
[TXT] session.c  1.284   15 years  henning   remove hackery to un-demote after the session has been established for a while, ...
[TXT] session.h  1.99   15 years  henning   remove hackery to un-demote after the session has been established for a while, ...
[TXT] timer.c  1.13   15 years  henning   timer_nextduein returned crap. fix it. so obvious... how could that happen. foun...
[TXT] util.c  1.5   15 years  claudio   Mixed up characters found by Gleydson Soares.
[TXT] buffer.c (in the Attic) [Hide]  1.40   15 years  eric   Unify code between the various flavors of imsg buffer.c. Use unsigned int for ms...
[TXT] imsg.c (in the Attic) [Hide]  1.42   16 years  deraadt   msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg...