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
Age
Commit message (
Expand
)
Author
2020-01-21
Add last_rcvd_errcode and last_rcvd_suberr to the peer_stats so that
Claudio Jeker
2020-01-21
Add some additional cease error subcodes as defined by iana.
Claudio Jeker
2020-01-21
Fix a comment
Claudio Jeker
2020-01-10
Reorder assignements a bit so that all hashed values are together
Claudio Jeker
2020-01-10
'export default-route' still requires an output filter rule to announce
Claudio Jeker
2020-01-09
Instead of calling SipHash24_Update() in path_hash for each element of
Claudio Jeker
2020-01-09
Clean up header a bit, remove peer_recv_eor and peer_send_eor prototypes
Claudio Jeker
2020-01-09
Move peer related code from rde.c to rde_peer.c.
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
2020-01-08
eye burning whitespace
Theo de Raadt
2020-01-01
Instead of processing all imsg when reading them store peer specific
Claudio Jeker
2019-12-31
The MRT draft turned into RFC6396, adjust comment.
Claudio Jeker
2019-12-31
In mrt_dump_hdr_rde() use clock_gettime(CLOCK_REALTIME, ) like it is done
Claudio Jeker
2019-12-31
reloadtime is not needed anymore.
Claudio Jeker
2019-12-16
Instead of passing the peer id down to peer specific functions do the lookup
Claudio Jeker
2019-12-13
In rde_dispatch_imsg_session() reorder the case blocks a bit so they
Claudio Jeker
2019-11-27
struct ctl_show_rib does not need aspath_len since this information is
Claudio Jeker
2019-11-10
Consistently use _rcctl enable foo_ in examples, it's simpler and less
Landry Breuil
2019-10-31
Administrative Shutdown messages can be 255 byte long.
Sebastian Benoit
2019-10-30
Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale during
Claudio Jeker
2019-10-29
Replace the fatal non existing prefix call with a pt_add() call that
Claudio Jeker
2019-10-29
Fix two cases where the nexthop_runners tail queue can get corrupted.
Claudio Jeker
2019-10-04
Buff; also, specify router-id per rfc6286.
Richard Procter
2019-10-04
Instead of calling fatal() when pftable additions and deletions mix
Claudio Jeker
2019-10-02
In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer is
Claudio Jeker
2019-10-02
When removing a peer do the RB_REMOVE last and log the removal just before
Claudio Jeker
2019-10-01
Add some TCP MD5SUM specific calls needed by protable. On Linux systems
Claudio Jeker
2019-10-01
Use the peer list from the right struct bgpd_config. Don't use the global
Claudio Jeker
2019-10-01
Remove leftover pfkey_remove() call in session.c this code was moved to
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-30
Pass a struct listen_addr pointer to tcp_md5_listen and not just the fd,
Claudio Jeker
2019-09-27
Move the rde_send_pftable_commit() our of the prefix_update and withdraw
Claudio Jeker
2019-09-27
Implement F_SHORTER in the prefix lookup code for bgpctl. F_SHORTER will
Claudio Jeker
2019-09-27
Move the code to initialize the cluster-id from merge_config() to
Claudio Jeker
2019-08-28
Polish; also, document defaults for 'listen on' and 'rde rib'.
Richard Procter
2019-08-14
Rework the way ribs are stored in the RDE. Instead of a flat array that
Claudio Jeker
2019-08-14
There is no longer a reason to use two structs for RIBs where one is part
Claudio Jeker
2019-08-13
Instead of passing a struct prefix pointer to rde_filter() pass the 4 values
Claudio Jeker
2019-08-13
Do not use the SE global conf struct for the bgpd_config but actually
Claudio Jeker
2019-08-13
When allocating a new peer set the reconf_action to RECONF_REINIT.
Claudio Jeker
2019-08-12
Reset the IdleHoldTime and the session error count when doing a admin
Claudio Jeker
2019-08-12
Change the way IdleHoldTime is reset once the session is up and stable.
Claudio Jeker
2019-08-09
Move prefix_update to the right spot and also move some prototypes down.
Claudio Jeker
2019-08-09
Rename some of the prefix functions to make it clearer. Also rename
Claudio Jeker
2019-08-08
Fix a bunch of typos in various man pages.
Frederic Cambus
2019-08-08
Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even though
Claudio Jeker
2019-08-08
Parse the config file early on startup before bgpd is daemonized.
Claudio Jeker
2019-08-08
Set the reconf state of listening addrs to RECONF_REINIT. This is what
Claudio Jeker
2019-08-08
Describe what "disabling the decision process" entails for the "no evaluate" ...
Richard Procter
[next]