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_4_BASE


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   14 months  claudio   Add first step of flowspec support. This adds the bits to establish a connection...
[TXT] bgpd.c  1.259   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] bgpd.conf.5  1.236   9 months  job   ASPAs are AFI-agnostic OK claudio@
[TXT] bgpd.h  1.477   9 months  claudio   Introduce CTL_RES_OPNOTSUPP as possible error response for bgpctl which can be u...
[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.113   8 months  claudio   Enforce NUL termination of the neighbor shutdown reason sent from bgpctl before ...
[TXT] flowspec.c  1.4   13 months  claudio   Remove usage of fatalx() in here. This code will be shared with bgpctl. In flows...
[TXT] kroute.c  1.305   12 months  claudio   Check the F_NEXTHOP flag on the right kroute6 object. On multipath routes the c...
[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.9   21 months  claudio   Put the 'connection from non-peer' log message behind a verbose logging check. I...
[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   17 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.455   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[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.17   21 months  claudio   Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). The me...
[TXT] printconf.c  1.168   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] rde.c  1.610   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] rde.h  1.296   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[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.14   7 months  claudio   When rewriting community_writebuf() the handling of non-transitive ext-communiti...
[TXT] rde_decide.c  1.101   14 months  claudio   Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked and inelig...
[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.32   13 months  claudio   Implement a way to announce flowspec rules without hitting Adj-RIB-In and Loc-RI...
[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.260   13 months  claudio   Add the same AID filter to prefix_flowspec_dump() like in the other prefix/rib d...
[TXT] rde_sets.c  1.12   22 months  deraadt   whitespace found during a read-thru; ok claudio
[TXT] rde_trie.c  1.17   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] rde_update.c  1.163   10 months  claudio   Update OpenBGPD to use new ibuf API. This replaces the old way of using a stati...
[TXT] rtr.c  1.16   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] rtr_proto.c  1.17   9 months  claudio   Remove per-AFI ASPA handling in bgpd internals With draft-ietf-sidrops-aspa-pro...
[TXT] session.c  1.447   9 months  claudio   Instead of forcing a NUL into struct ctl_neighbor descr adjust the peer matching...
[TXT] session.h  1.162   14 months  claudio   Introduce a semaphore to protect intermediate state from different RTR sessions ...
[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.77   13 months  claudio   Implement a basic API to work with flowspec NLRI. Flowspec is excessivly flexib...
[TXT] version.h  1.13   8 months  claudio   Prep for OpenBGPD 8.2