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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.39   13 months  claudio   Implement a basic API to work with flowspec NLRI. Flowspec is excessivly flexib...
[TXT] bgpd.8  1.78   13 months  claudio   Add first step of flowspec support. This adds the bits to establish a connection...
[TXT] bgpd.c  1.264   2 days  job   Mark RTR and IPv6 BGP packets with DSCP CS6 (network control) Additionally, set...
[TXT] bgpd.conf.5  1.240   3 weeks  claudio   Remove 'announce capabilities' as neighbor config stanza. There is no need to h...
[TXT] bgpd.h  1.492   3 weeks  claudio   Remove 'announce capabilities' as neighbor config stanza. There is no need to h...
[TXT] carp.c  1.11   21 months  claudio   Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). The me...
[TXT] config.c  1.108   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] control.c  1.117   3 weeks  claudio   Move setting of the shutdown reason to session_stop() Also make sure that somet...
[TXT] flowspec.c  1.5   6 months  claudio   Use xoff instead of *olen in the shift_right() call. xoff is the right value her...
[TXT] kroute.c  1.309   4 months  claudio   Convert the parent process imsg handling over to the new imsg API. This simplif...
[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.13   8 weeks  claudio   Rework the cease shutdown reason to work in both directions by looking at the ib...
[TXT] mrt.c  1.116   10 months  claudio   Cleanup mrt message handling. Remove the DUMP_XYZ() macros and replace them with...
[TXT] mrt.h  1.38   16 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] name2id.c  1.12   23 months  claudio   If anything in name2id conversion fails then just return 0. Do not set any errn...
[TXT] parse.y  1.462   3 weeks  claudio   Remove 'announce capabilities' as neighbor config stanza. There is no need to h...
[TXT] pfkey.c  1.68   18 months  mbuhl   Fix theoretical access to garbage stack memory in pfkey_reply for bgpd and ldpd....
[TXT] pftable.c  1.18   3 months  claudio   Use an C99 anonymous union inside struct bgpd_addr This kills the two far to ge...
[TXT] printconf.c  1.172   3 weeks  claudio   Remove 'announce capabilities' as neighbor config stanza. There is no need to h...
[TXT] rde.c  1.624   8 weeks  claudio   Cleanup AID handling. - Loops over all valid AID should start with AID_MIN and ...
[TXT] rde.h  1.299   3 months  claudio   Convert the community parsers to the new ibuf api. This converts community_add(...
[TXT] rde_aspa.c  1.5   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] rde_attr.c  1.134   10 months  claudio   Update OpenBGPD to use new ibuf API. This replaces the old way of using a stati...
[TXT] rde_community.c  1.15   3 months  claudio   Convert the community parsers to the new ibuf api. This converts community_add(...
[TXT] rde_decide.c  1.102   7 months  claudio   Before calling rde_generate_updates() with EVAL_ALL ensure that the new path is ...
[TXT] rde_filter.c  1.136   12 months  claudio   Properly handle references for nexthops and labels in filterset_copy() Up until...
[TXT] rde_peer.c  1.36   8 weeks  claudio   Cleanup AID handling. - Loops over all valid AID should start with AID_MIN and ...
[TXT] rde_prefix.c  1.50   10 months  claudio   Update OpenBGPD to use new ibuf API. This replaces the old way of using a stati...
[TXT] rde_rib.c  1.261   7 months  claudio   Improve IPv6 link-local address handling When a session is established determin...
[TXT] rde_sets.c  1.12   21 months  deraadt   whitespace found during a read-thru; ok claudio
[TXT] rde_trie.c  1.17   16 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] rde_update.c  1.166   3 months  claudio   Start converting the message parser to use the new ibuf api. Rewrite rde_update...
[TXT] rtr.c  1.21   5 weeks  claudio   Check that the ASPA tas array fits in an IMSG before sending the ASPA record ove...
[TXT] rtr_proto.c  1.35   5 weeks  claudio   Increase RTR PDU limit to 48k and limit number of SPAS to 10'000. PDU larger th...
[TXT] session.c  1.476   43 hours  claudio   Simplify the code to clamp the TCP send and recv buffer to 64k. We don't really...
[TXT] session.h  1.169   3 weeks  claudio   Move setting of the shutdown reason to session_stop() Also make sure that somet...
[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.85   8 weeks  claudio   Rework the cease shutdown reason to work in both directions by looking at the ib...
[TXT] version.h  1.15   2 months  claudio   Bump version
[TXT] bgpdctl.8 (in the Attic) [Hide]  1.2   20 years  henning   move the socket name #define to bgpd.h and get rid of bgpdctl*
[TXT] bgpdctl.c (in the Attic) [Hide]  1.2   20 years  henning   move the socket name #define to bgpd.h and get rid of bgpdctl*
[TXT] bgpdctl.h (in the Attic) [Hide]  1.2   20 years  henning   move the socket name #define to bgpd.h and get rid of bgpdctl*
[TXT] buffer.c (in the Attic) [Hide]  1.47   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] ensure.h (in the Attic) [Hide]  1.4   18 years  claudio   Kill ENSURE(), remove ensure.h, say bye bye to fatal_ensure() and one hip hip ho...
[TXT] imsg.c (in the Attic) [Hide]  1.51   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...
[TXT] imsg.h (in the Attic) [Hide]  1.7   13 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...