1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/usr.sbin/bgpd
claudio 63c2b4966a Explicitly set peer.auth_conf.method, the auth_state value is never
initialized in the SE so bgpctl did always see 0, auth_conf.method
is on the other hand properly shared.
OK tb@
2024-10-01 18:31:10 +00:00
..
bgpd.8 Add first step of flowspec support. This adds the bits to establish a 2023-04-03 10:48:00 +00:00
bgpd.c Rework the pfkey and tcp md5 API to not depend on struct peer. 2024-10-01 11:49:24 +00:00
bgpd.conf.5 Introduce 'rde rib Loc-RIB include filtered' a feature that includes 2024-08-14 19:09:51 +00:00
bgpd.h Rework the pfkey and tcp md5 API to not depend on struct peer. 2024-10-01 11:49:24 +00:00
carp.c Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy(). 2022-08-17 15:15:25 +00:00
config.c Rework the pfkey and tcp md5 API to not depend on struct peer. 2024-10-01 11:49:24 +00:00
control.c Explicitly set peer.auth_conf.method, the auth_state value is never 2024-10-01 18:31:10 +00:00
flowspec.c Use xoff instead of *olen in the shift_right() call. xoff is the right 2023-10-23 13:07:44 +00:00
kroute.c Qualifying nexthops via BGP does not properly work since nexthops need 2024-09-04 15:06:36 +00:00
log.c
log.h For portability include sys/types.h instead of sys/cdefs.h. 2020-10-21 06:48:33 +00:00
logmsg.c Tabs on empty line 2024-05-20 10:00:00 +00:00
Makefile Implement a basic API to work with flowspec NLRI. 2023-04-17 08:02:21 +00:00
mrt.c Convert bgpid, remote_bgpid and clusterid to host byte order. 2024-05-22 08:41:14 +00:00
mrt.h spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
name2id.c If anything in name2id conversion fails then just return 0. 2022-06-16 15:30:12 +00:00
parse.y Rework the pfkey and tcp md5 API to not depend on struct peer. 2024-10-01 11:49:24 +00:00
pfkey.c Fix typo in comment 2024-10-01 18:28:17 +00:00
pftable.c Use an C99 anonymous union inside struct bgpd_addr 2024-02-13 16:35:43 +00:00
printconf.c Rework the pfkey and tcp md5 API to not depend on struct peer. 2024-10-01 11:49:24 +00:00
rde_aspa.c Remove per-AFI ASPA handling in bgpd internals 2023-08-16 08:26:35 +00:00
rde_attr.c Be more careful with aspath that have 0 length (aka the empty AS_PATH). 2024-09-10 09:38:45 +00:00
rde_community.c community_copy needs to check if nentries is 0 and handle that specially. 2024-09-10 08:53:20 +00:00
rde_decide.c Introduce 'rde rib Loc-RIB include filtered' a feature that includes 2024-08-14 19:09:51 +00:00
rde_filter.c Properly handle references for nexthops and labels in filterset_copy() 2023-05-09 13:11:19 +00:00
rde_peer.c Introduce peer_is_up() and use it instead of peer->state == PEER_UP checks 2024-08-28 13:21:39 +00:00
rde_prefix.c AID_VPN_IPv4 and AID_VPN_IPv6 require a labellen that is non-zero. 2024-09-10 08:47:51 +00:00
rde_rib.c Introduce 'rde rib Loc-RIB include filtered' a feature that includes 2024-08-14 19:09:51 +00:00
rde_sets.c Be more careful with aspath that have 0 length (aka the empty AS_PATH). 2024-09-10 09:38:45 +00:00
rde_trie.c spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
rde_update.c When generating UPDATE handle the message size limit better. 2024-09-25 14:46:51 +00:00
rde.c When generating UPDATE handle the message size limit better. 2024-09-25 14:46:51 +00:00
rde.h When generating UPDATE handle the message size limit better. 2024-09-25 14:46:51 +00:00
rtr_proto.c Enfroce proper encoding of ASPA announce/withdraw PDU. 2024-09-10 08:41:13 +00:00
rtr.c Use reallocarray() instead of recallocarray(), this code does not need the 2024-09-10 08:37:52 +00:00
session.c In merge_peers also copy over the auth_conf from the new peer to the old 2024-10-01 18:29:34 +00:00
session.h Rework the pfkey and tcp md5 API to not depend on struct peer. 2024-10-01 11:49:24 +00:00
timer.c Make the timer code independent of struct peer this way it can be used 2020-12-11 12:00:01 +00:00
util.c Improve some currently impossible error path in log_ext_subtype(). 2024-09-30 12:54:12 +00:00
version.h Bump version 2024-09-05 20:28:42 +00:00