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_6_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.36   4 years  claudio   Instead of processing all imsg when reading them store peer specific messages on...
[TXT] bgpd.8  1.62   4 years  landry   Consistently use _rcctl enable foo_ in examples, it's simpler and less error pro...
[TXT] bgpd.c  1.227   4 years  claudio   In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer is removed the...
[TXT] bgpd.conf.5  1.204   4 years  jmc   ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
[TXT] bgpd.h  1.402   4 years  claudio   Store local-address by address family. This allows to configure both an IPv4 and...
[TXT] carp.c  1.10   4 years  claudio   Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even though some soc...
[TXT] config.c  1.95   4 years  claudio   Rename copy_filterset() to filterset_copy() and move it to rde_filter.c where fu...
[TXT] control.c  1.99   4 years  claudio   Reset the IdleHoldTime and the session error count when doing a admin command th...
[TXT] kroute.c  1.239   4 years  claudio   For portable kr_init() returns an fd of -1 which now would end up in an immediat...
[TXT] log.c  1.64   7 years  bluhm   From a syslog perspective it does not make sense to log fatal and warn with the ...
[TXT] log.h  1.19   7 years  benno   sync log.c from relayd et al to bgpd. there is still a little difference regard...
[TXT] logmsg.c  1.4   5 years  claudio   Do not depend on the length field of struct sockaddr instead pass the length to ...
[TXT] mrt.c  1.103   4 years  claudio   Convert the lastchange of a prefix from time(NULL) to getmonotime() which uses C...
[TXT] mrt.h  1.35   4 years  claudio   The MRT draft turned into RFC6396, adjust comment.
[TXT] name2id.c  1.10   5 years  claudio   Prepare the ground for allowing temporary aspath object living on the stack. To ...
[TXT] parse.y  1.406   4 years  claudio   branches: 1.406.4; Store local-address by address family. This allows to config...
[TXT] pfkey.c  1.61   4 years  claudio   Store local-address by address family. This allows to configure both an IPv4 and...
[TXT] pftable.c  1.15   4 years  claudio   Instead of calling fatal() when pftable additions and deletions mix commit the p...
[TXT] printconf.c  1.142   4 years  claudio   Store local-address by address family. This allows to configure both an IPv4 and...
[TXT] rde.c  1.502   4 years  claudio   The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful. Make it ...
[TXT] rde.h  1.233   4 years  claudio   Implement 'max-prefix NUM out' to limit the number of announced prefixes. This i...
[TXT] rde_attr.c  1.123   4 years  claudio   mrt dumps lost communities after the community rewrite. Readd them by dumping th...
[TXT] rde_community.c  1.3   4 years  deraadt   delete wasteful ;; ok tedu
[TXT] rde_decide.c  1.78   4 years  claudio   Rename some of the prefix functions to make it clearer. Also rename path_update ...
[TXT] rde_filter.c  1.123   4 years  claudio   Rename copy_filterset() to filterset_copy() and move it to rde_filter.c where fu...
[TXT] rde_peer.c  1.5   4 years  claudio   Move the code to figure out the alternate IP address (IPv6 addr for IPv4 session...
[TXT] rde_prefix.c  1.39   4 years  claudio   Unify the way object in the RDE are reference counted. The affected structures a...
[TXT] rde_rib.c  1.215   4 years  claudio   In nexthop_update() only add a nexthop to the nexthop_runners queue if there is ...
[TXT] rde_sets.c  1.9   4 years  claudio   Cleanup config reload in the RDE. Use the bgpd_conf struct to store sets and l3v...
[TXT] rde_trie.c  1.10   5 years  claudio   Track the amount of memory used for sets and tries (aka anything-set) OK deraadt...
[TXT] rde_update.c  1.123   4 years  claudio   Implement 'max-prefix NUM out' to limit the number of announced prefixes. This i...
[TXT] session.c  1.400   4 years  claudio   Store local-address by address family. This allows to configure both an IPv4 and...
[TXT] session.h  1.145   4 years  claudio   Move the code to figure out the alternate IP address (IPv6 addr for IPv4 session...
[TXT] timer.c  1.18   5 years  claudio   Change timer_nextisdue() and timer_nextduein() to take the current time as an ar...
[TXT] util.c  1.53   4 years  claudio   Store local-address by address family. This allows to configure both an IPv4 and...