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
/
bgpd.h
Age
Commit message (
Expand
)
Author
2020-04-23
Store local-address by address family. This allows to configure both
Claudio Jeker
2020-02-14
Rename copy_filterset() to filterset_copy() and move it to rde_filter.c
Claudio Jeker
2020-02-12
Move the code to figure out the alternate IP address (IPv6 addr for IPv4
Claudio Jeker
2020-01-24
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
Claudio Jeker
2020-01-21
Add some additional cease error subcodes as defined by iana.
Claudio Jeker
2020-01-09
Convert the lastchange of a prefix from time(NULL) to getmonotime() which
Claudio Jeker
2020-01-09
Convert last_updown and last_read from time(3) to use getmonotime()
Claudio Jeker
2019-11-27
struct ctl_show_rib does not need aspath_len since this information is
Claudio Jeker
2019-10-01
For portable kr_init() returns an fd of -1 which now would end up in an
Claudio Jeker
2019-09-27
Implement F_SHORTER in the prefix lookup code for bgpctl. F_SHORTER will
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-23
Clean up RIB related kroute code. Introduce a way to flush a FIB table
Claudio Jeker
2019-07-19
When allocating socketpair() increase their send and receive buffers to
Claudio Jeker
2019-06-22
Adjust peer id allocation a bit. Use defines for the various special
Claudio Jeker
2019-06-17
A bit more KNF no binary change
Claudio Jeker
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-05-23
Add F_CTL_NEIGHBORS a flag only used in bgpctl's mrt parsing code.
Claudio Jeker
2019-05-08
Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parent
Claudio Jeker
2019-05-03
Adjust some comments that were misleading. Those flags are used by bgpd
Claudio Jeker
2019-05-03
Bump SET_NAME_LEN to 128 since arouteserver produces names that are more
Claudio Jeker
2019-04-25
Extend maximum message size of the shutdown communication to 255 bytes.
Claudio Jeker
2019-03-31
Move the struct peer into bgpd_config and switch it to a TAILQ instead of
Claudio Jeker
2019-03-07
Do a better job at cleaning up the config on shutdown. Remove bits that
Claudio Jeker
2019-02-27
Convert the remote and local addresses in struct peer to be bgpd_addrs
Claudio Jeker
2019-02-26
Add support for '*', local-as and neighbor-as for ext-community matching
Claudio Jeker
2019-02-21
Media and link states are highly OS dependent, to make porting easier
Claudio Jeker
2019-02-19
Convert some (u_)int64_t to (unsigned) long long. Makes portability a bit
Claudio Jeker
2019-02-18
Use (unsigned) long long instead of (u_)int64_t since that drops the
Claudio Jeker
2019-02-18
Move get_mpe_config() to kroute.c so that config.c does not depend on
Claudio Jeker
2019-02-18
Do not depend on the length field of struct sockaddr instead pass the
Claudio Jeker
2019-02-15
Move the depend on state calculation from session.c to kroute.c. This
Claudio Jeker
2019-02-14
mrt_timeout should just return -1 when there is no timeout set instead
Claudio Jeker
2019-02-14
Revert part of last commit, this stuff is unrelated.
Claudio Jeker
2019-02-14
Use -1 instead of the less portable INFTIM for the poll timeout.
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
2019-01-20
Support group descriptions in control messages that accept a neighbor
Claudio Jeker
2019-01-18
Don't store the mpe information in struct ktable but instead pass the
Claudio Jeker
2018-12-30
add support for IPv6 VPN routes
denis
2018-12-27
Check if a control socket or address is already in use befor using it.
remi
2018-12-22
bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB)
Claudio Jeker
2018-12-19
Fold ext-communities into filter_community so that bgpd can match
Claudio Jeker
2018-12-11
Refactor aspath code a bit. Move cached source_as (for origin validation)
Claudio Jeker
2018-12-06
Implement a simple ruleset optimizer. All it does is merge filter rules that
Claudio Jeker
2018-11-28
Start reworking community handling. Merge standard communities and large
Claudio Jeker
2018-11-14
Remove an unneeded union wrapping the skipsteps pointer.
Claudio Jeker
2018-11-10
fix error message when querying a non-existent table
denis
[prev]
[next]