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_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] bgpd/        
[DIR] bgpdctl/        
[TXT] Makefile  1.38   16 months  claudio   Add ASPA validation functions to the RDE. This implements ASPA validation based...
[TXT] bgpd.8  1.77   15 months  jmc   improve the Nd lines such that the format is consistent for the various *d, *con...
[TXT] bgpd.c  1.257   15 months  claudio   No longer wait for the RTR process to finish the config reload before sending th...
[TXT] bgpd.conf.5  1.233   14 months  jmc   typo fix; ok claudio
[TXT] bgpd.h  1.465.4.1   13 months  tb   Rework the way transit provider AID masks are built and sent to the RDE. ASPA pr...
[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.106   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[TXT] control.c  1.109   15 months  claudio   Instead of relaying struct peer from the SE to the RDE to fill out 10 stat numbe...
[TXT] kroute.c  1.304.4.1   10 months  tb   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.111   17 months  jmc   spelling fixes; from paul tagliamonte any parts of his diff not taken are noted ...
[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.442   14 months  claudio   Major rework of RFC9234 support. My initial interpretation of the RFC was too co...
[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.164   14 months  claudio   Major rework of RFC9234 support. My initial interpretation of the RFC was too co...
[TXT] rde.c  1.597.4.1   13 months  tb   Rework the way transit provider AID masks are built and sent to the RDE. ASPA pr...
[TXT] rde.h  1.286   14 months  claudio   Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked and inelig...
[TXT] rde_aspa.c  1.3.4.1   13 months  tb   Rework the way transit provider AID masks are built and sent to the RDE. ASPA pr...
[TXT] rde_attr.c  1.132   17 months  claudio   Move some basic accessors of aspath to rde.h and make them static inline. OK tb@...
[TXT] rde_community.c  1.11   16 months  claudio   Alter the way extended communities are matched when part of the value is auto-ex...
[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.134.4.1   12 months  tb   Rename 'invalid' to 'disqualified' in the 'show rib' table. 'invalid' conflicts...
[TXT] rde_peer.c  1.31   14 months  claudio   Compile the output filter rules into per peer filter rules. especially on route...
[TXT] rde_prefix.c  1.42   21 months  claudio   Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). The me...
[TXT] rde_rib.c  1.255   15 months  claudio   Instead of relaying struct peer from the SE to the RDE to fill out 10 stat numbe...
[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.159   14 months  claudio   Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leaked and inelig...
[TXT] rtr.c  1.12.4.1   13 months  tb   Rework the way transit provider AID masks are built and sent to the RDE. ASPA pr...
[TXT] rtr_proto.c  1.15   14 months  claudio   Fix rtr_parse_aspa(), the spas array is actually not copied over into the rtr_as...
[TXT] session.c  1.442.4.1   10 months  tb   Check the F_NEXTHOP flag on the right kroute6 object. On multipath routes the c...
[TXT] session.h  1.161   14 months  claudio   Implement ASPA support in RTR by following draft-ietf-sidrops-8210bis-10. In rt...
[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.74   16 months  claudio   Add a per eBGP session role to the config. This somewhat replaces the RFC 9234 ...
[TXT] version.h  1.10   14 months  claudio   Bump version