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_7_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.37   3 years  claudio   Add RTR support to OpenBGPD. Add basic support for the protocol. The RTR client ...
[TXT] bgpd.8  1.72   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] bgpd.c  1.242   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] bgpd.conf.5  1.219   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] bgpd.h  1.422   2 years  claudio   Rename F_CTL_ACTIVE and F_PREF_ACTIVE to the more correct F_CTL_BEST and F_PREF_...
[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.101   2 years  claudio   Make it possible to bind and connect to non-default ports. This is mainly for te...
[TXT] control.c  1.106   2 years  claudio   Rename sockaddr_un sun to sa_un since sun is defined on illumos systems. OK dlg@...
[TXT] kroute.c  1.244   2 years  claudio   No need to print fetchtable twice in this error message.
[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.20   3 years  claudio   For portability include sys/types.h instead of sys/cdefs.h. cdefs.h may not exis...
[TXT] logmsg.c  1.6   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] mrt.c  1.107   2 years  claudio   Switch from a LIST to TAILQ for the structure to store prefixes on a rib_entry. ...
[TXT] mrt.h  1.37   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] name2id.c  1.11   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] parse.y  1.423   2 years  claudio   Change how $macros are expanded in the config. Expand $macros not only at the s...
[TXT] pfkey.c  1.62   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] pftable.c  1.16   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] printconf.c  1.150   2 years  claudio   Make it possible to bind and connect to non-default ports. This is mainly for te...
[TXT] rde.c  1.544   2 years  claudio   branches: 1.544.2; Switch from a LIST to TAILQ for the structure to store prefi...
[TXT] rde.h  1.251   2 years  claudio   branches: 1.251.2; Switch from a LIST to TAILQ for the structure to store prefi...
[TXT] rde_attr.c  1.126   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] rde_community.c  1.4   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] rde_decide.c  1.91   2 years  claudio   branches: 1.91.2; Switch from a LIST to TAILQ for the structure to store prefix...
[TXT] rde_filter.c  1.127   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] rde_peer.c  1.15   2 years  claudio   Switch from a LIST to TAILQ for the structure to store prefixes on a rib_entry. ...
[TXT] rde_prefix.c  1.41   2 years  claudio   The pointer returned by pt_fill() can be directly used in most cases. There is n...
[TXT] rde_rib.c  1.237   2 years  claudio   branches: 1.237.2; Switch from a LIST to TAILQ for the structure to store prefi...
[TXT] rde_sets.c  1.11   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] rde_trie.c  1.14   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] rde_update.c  1.139   2 years  tb   Simplify up_generate_updates() Instead of using new == NULL or new != NULL in c...
[TXT] rtr.c  1.5   2 years  claudio   Make sure that all poll loops properly restart the poll loop on EINTR. Also eith...
[TXT] rtr_proto.c  1.6   2 years  tb   Avoid leak of roa in rtr_parse_ipv{4,6}_prefix() If the length checks trigger, ...
[TXT] session.c  1.427   2 years  claudio   Make it possible to bind and connect to non-default ports. This is mainly for te...
[TXT] session.h  1.154   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] timer.c  1.19   3 years  claudio   Make the timer code independent of struct peer this way it can be used in other ...
[TXT] util.c  1.62   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with a few rei...
[TXT] version.h  1.4   2 years  claudio   Prepare for new release.