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] rde_update.c  1.168   2 days  claudio   Fix copy-paste error in last commit. Fixes lladdr and l3vpn regress. Noticed by ...
[TXT] session.c  1.479   3 days  claudio   Only fall back to the default IPv4 unicast mode if there was no MP capability ne...
[TXT] rde.h  1.303   3 days  claudio   Remove nexthop_compare() prototype. OK henning@ sthen@
[TXT] rde_rib.c  1.262   3 days  claudio   Rename nexthop_compare to nexthop_cmp and make it static inline. OK henning@ sth...
[TXT] util.c  1.86   3 days  claudio   Introduce a ring buffer for log_sockaddr() this way log_addr() can be used more ...
[TXT] config.c  1.109   10 days  claudio   Convert bgpid, remote_bgpid and clusterid to host byte order. Before the RDE us...
[TXT] mrt.c  1.117   10 days  claudio   Convert bgpid, remote_bgpid and clusterid to host byte order. Before the RDE us...
[TXT] parse.y  1.463   10 days  claudio   Convert bgpid, remote_bgpid and clusterid to host byte order. Before the RDE us...
[TXT] printconf.c  1.173   10 days  claudio   Convert bgpid, remote_bgpid and clusterid to host byte order. Before the RDE us...
[TXT] rde.c  1.625   10 days  claudio   Convert bgpid, remote_bgpid and clusterid to host byte order. Before the RDE us...
[TXT] rde_peer.c  1.37   10 days  claudio   Convert bgpid, remote_bgpid and clusterid to host byte order. Before the RDE us...
[TXT] logmsg.c  1.14   12 days  claudio   Tabs on empty line
[TXT] bgpd.h  1.493   2 weeks  jsg   remove prototypes with no matching function; ok claudio@
[TXT] session.h  1.170   2 weeks  jsg   remove prototypes with no matching function; ok claudio@
[TXT] bgpd.c  1.264   2 weeks  job   Mark RTR and IPv6 BGP packets with DSCP CS6 (network control) Additionally, set...
[TXT] bgpd.conf.5  1.240   5 weeks  claudio   Remove 'announce capabilities' as neighbor config stanza. There is no need to h...
[TXT] control.c  1.117   5 weeks  claudio   Move setting of the shutdown reason to session_stop() Also make sure that somet...
[TXT] rtr_proto.c  1.35   7 weeks  claudio   Increase RTR PDU limit to 48k and limit number of SPAS to 10'000. PDU larger th...
[TXT] rtr.c  1.21   7 weeks  claudio   Check that the ASPA tas array fits in an IMSG before sending the ASPA record ove...
[TXT] version.h  1.15   3 months  claudio   Bump version
[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] rde_community.c  1.15   4 months  claudio   Convert the community parsers to the new ibuf api. This converts community_add(...
[TXT] kroute.c  1.309   4 months  claudio   Convert the parent process imsg handling over to the new imsg API. This simplif...
[TXT] flowspec.c  1.5   7 months  claudio   Use xoff instead of *olen in the shift_right() call. xoff is the right value her...
[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_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_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_filter.c  1.136   12 months  claudio   Properly handle references for nexthops and labels in filterset_copy() Up until...
[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] mrt.h  1.38   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] rde_trie.c  1.17   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] pfkey.c  1.68   18 months  mbuhl   Fix theoretical access to garbage stack memory in pfkey_reply for bgpd and ldpd....
[TXT] carp.c  1.11   21 months  claudio   Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). The me...
[TXT] rde_sets.c  1.12   22 months  deraadt   whitespace found during a read-thru; ok claudio
[TXT] name2id.c  1.12   23 months  claudio   If anything in name2id conversion fails then just return 0. Do not set any errn...
[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] log.h  1.20   3 years  claudio   For portability include sys/types.h instead of sys/cdefs.h. cdefs.h may not exis...
[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] 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   14 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   14 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   14 years  nicm   Move imsg into libutil and add a man page. Minor bump for libutil. Previous ve...