index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpd
/
parse.y
Age
Commit message (
Expand
)
Author
2024-08-22
inet_pton returns 0 and -1 for error.
Florian Obser
2024-08-21
Use inet_pton to parse ext-communities with an IPv4 address.
Florian Obser
2024-08-14
Introduce 'rde rib Loc-RIB include filtered' a feature that includes
Claudio Jeker
2024-08-12
Add 'min-version' RTR config option and default to RTR version 1 by default.
Claudio Jeker
2024-05-22
Convert bgpid, remote_bgpid and clusterid to host byte order.
Claudio Jeker
2024-04-24
Remove 'announce capabilities' as neighbor config stanza.
Claudio Jeker
2024-04-11
Remove repeated type declaration that makes bison unhappy
Theo Buehler
2024-04-09
Limit the number of provider ASnumbers to MAX_ASPA_SPAS_COUNT (10'000)
Claudio Jeker
2024-04-09
Allow operators to enforce the presence of certain capabilities on sessions.
Claudio Jeker
2024-04-03
Rewrite str2key() to not use strtoul() to convert 2 hexdigits into one
Claudio Jeker
2024-03-20
Cleanup AID handling.
Claudio Jeker
2024-03-18
Typecast char argument to isxdigit() to unsigned char since isxdigit()
Claudio Jeker
2023-08-16
Remove per-AFI ASPA handling in bgpd internals
Claudio Jeker
2023-04-28
Add explicit default labels in switch() statements with error handling.
Claudio Jeker
2023-04-26
Add prototypes for geticmptypebyname() and geticmpcodebyname().
Claudio Jeker
2023-04-21
Adjust ext community handling to support the generic transitive communities
Claudio Jeker
2023-04-21
Missing space noticed by Pablo Mendez Hernandez
Claudio Jeker
2023-04-21
Sync common code with bgpctl with the version from there.
Claudio Jeker
2023-04-19
Reshuffle the flowrule yacc rules to be in a more logical and alphabetical
Claudio Jeker
2023-04-18
Rewrite some ugly for loops
Theo Buehler
2023-04-18
Implement the parser bits to process flowspec rules. Heavily inspired by
Claudio Jeker
2023-04-05
Refactor port definitions to also support service names like bgp.
Claudio Jeker
2023-04-05
Rename family with af to follow pfctl/parse.y a bit more.
Claudio Jeker
2023-04-04
Cleanup parse.y a bit. Move global defines a bit down. Move mrtdump and
Claudio Jeker
2023-04-03
Add first step of flowspec support. This adds the bits to establish a
Claudio Jeker
2023-03-09
Major rework of RFC9234 support. My initial interpretation of the RFC was
Claudio Jeker
2023-01-30
Alter the way extended communities are matched when part of the value
Claudio Jeker
2023-01-24
Implement filter and control message matching for ASAP.
Claudio Jeker
2023-01-20
Document the aspa-set table. While there remove the superfluous 'allow'
Claudio Jeker
2023-01-04
Add a per eBGP session role to the config.
Claudio Jeker
2022-11-18
Add plumbing for ASPA support. This implements the parser and part of the
Claudio Jeker
2022-09-21
The values for fib_priority are OS dependent. To help portability move
Claudio Jeker
2022-08-17
Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().
Claudio Jeker
2022-07-28
whitespace found during a read-thru; ok claudio
Theo de Raadt
2022-07-21
Relax the config of add-path send and rde evaluate all
Claudio Jeker
2022-07-11
Implement send side of RFC7911 ADD-PATH
Claudio Jeker
2022-06-27
Add support for RFC 9234 - Route Leak Prevention and Detection Using Roles
Claudio Jeker
2022-06-15
Do not use defines from pfkeyv2.h in portable code.
Claudio Jeker
2022-06-09
Properly error out if a variable does not exist. Need to pass back
Claudio Jeker
2022-06-02
Adjust lowest allowed routing priority to be bigger than RTP_LOCAL.
Claudio Jeker
2022-06-02
Use a common idiom to check if the user supplied routing priority is
Claudio Jeker
2022-06-02
Cleanup ktable_exists() usage and its warning message.
Claudio Jeker
2022-05-31
Implement a max communities filter match
Claudio Jeker
2022-05-23
whitespaces found when I went checking for something else
Theo de Raadt
2022-03-15
Change how $macros are expanded in the config.
Claudio Jeker
2022-02-23
Make it possible to bind and connect to non-default ports. This is mainly
Claudio Jeker
2022-02-22
Convert parse.y to use stdint.h types uintX_t instead of u_intX_t
Claudio Jeker
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-09-01
Implement roa-set data expiry. Every prefix in a roa-set can specify an
Claudio Jeker
2021-08-09
Implement reception of multiple paths per BGP session. This is one
Claudio Jeker
[next]