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
/
printconf.c
Age
Commit message (
Expand
)
Author
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
Add default case to switch to silence a warning seen with gcc.
Claudio Jeker
2022-07-28
whitespace found during a read-thru; ok claudio
Theo de Raadt
2022-07-11
Implement send side of RFC7911 ADD-PATH
Claudio Jeker
2022-06-28
The default state of enhanced refresh is no. So flip logic.
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-05-31
Implement a max communities filter match
Claudio Jeker
2022-05-25
Fix non-transitive extended community handling.
Claudio Jeker
2022-02-23
Make it possible to bind and connect to non-default ports. This is mainly
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical with
Claudio Jeker
2021-09-01
Implement roa-set data expiry. Every prefix in a roa-set can specify an
Claudio Jeker
2021-03-02
Introduce 'rde evaluate all' a mode to work around path hiding in IXP
Claudio Jeker
2021-02-16
Add RTR support to OpenBGPD. Add basic support for the protocol.
Claudio Jeker
2021-01-25
RFC6472 discourages the use of AS_SET segements in ASPATH attributes.
Claudio Jeker
2020-12-29
In preparation for RTR support change the representation of the roa-set
Claudio Jeker
2020-11-05
Refactor the filterset handling of nexthops. Instead of depending on
Claudio Jeker
2020-04-23
Store local-address by address family. This allows to configure both
Claudio Jeker
2020-01-24
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
Claudio Jeker
2019-08-07
Improve RIB reload behaviour. Especially when the rtable changes or the
Claudio Jeker
2019-08-05
Cleanup config reload in the RDE. Use the bgpd_conf struct to store sets
Claudio Jeker
2019-07-24
mrt.h only needs to be included by mrt.c
Sebastian Benoit
2019-06-17
Cleanup, remove some unneded spaces add some other where needed.
Claudio Jeker
2019-06-17
Completley rewrite the community matching and handling code. All community
Claudio Jeker
2019-05-27
Switch the peer TAILQ to a RB tree indexed by the peer id. This way
Claudio Jeker
2019-03-31
Move the struct peer into bgpd_config and switch it to a TAILQ instead of
Claudio Jeker
2019-03-15
Set all default values in init_config in parse.y and remove the special
Claudio Jeker
2019-02-26
Add support for '*', local-as and neighbor-as for ext-community matching
Claudio Jeker
2019-02-18
For portability use a (unsigned long long) cast for %llu / %llx formats
Claudio Jeker
2019-02-18
Do not depend on the length field of struct sockaddr instead pass the
Claudio Jeker
2019-02-12
Remove extra newline when printing vpn blocks
Claudio Jeker
2019-02-11
The definition of VPNs in bgpd was never super elegant. The 'depend on
Claudio Jeker
2019-02-04
Implement as-override, a feature where the neighbor AS is replaced by the
Claudio Jeker
2018-12-30
add support for IPv6 VPN routes
denis
2018-12-19
Fold ext-communities into filter_community so that bgpd can match
Claudio Jeker
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2018-09-29
Implement origin validation in bgpd. This introduces two new tables, the
Claudio Jeker
2018-09-21
Implement code to parse, print and reload roa-set tables.
Claudio Jeker
2018-09-20
Split up as_set into a set_table and an as_set. The first is what does
Claudio Jeker
2018-09-20
Switch prefixset to an RB_TREE instead of a SIMPLEQ. This allows to trigger
Claudio Jeker
2018-09-13
Noticed that the equal case is a bit wrong while adjusting the regress tests.
Claudio Jeker
2018-09-13
ROA entires are allowing to define a prefix with a maxlen.
Claudio Jeker
2018-09-10
remove some empty lines from printconf output. ok claudio@
Sebastian Benoit
2018-09-09
Rework the parser a bit to be more sane when it comes to newline and comma
Claudio Jeker
2018-09-09
Add network prefix-set <name> syntax to announce networks in a prefix-set.
Sebastian Benoit
2018-09-08
implement or-longer filter op for prefix-sets. Allows one two write rules like
Sebastian Benoit
2018-09-08
Change the way we parse prefix-sets so that newlines are allowed in more
Claudio Jeker
2018-09-07
Implement as-set a fast lookup table to be used instead of long list of
Claudio Jeker
[next]