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
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
2019-08-07
Improve RIB reload behaviour. Especially when the rtable changes or the
Claudio Jeker
2019-08-07
Implement the last few missing bits of RFC7607 and ensure that the AS in
Claudio Jeker
2019-08-07
Only templates can have a remote-as of 0 (as in uninitalised, trust the AS
Claudio Jeker
2019-08-07
Order RFC by number.
Claudio Jeker
2019-08-05
Cleanup config reload in the RDE. Use the bgpd_conf struct to store sets
Claudio Jeker
2019-08-05
Change the order how filtersets are passed during config reloads. Instead
Claudio Jeker
2019-07-24
rib_dump_terminate() and rib_dump_abort() need to free any possibly
Claudio Jeker
2019-07-24
mrt.h only needs to be included by mrt.c
Sebastian Benoit
2019-07-24
Refactor the way RIBs are parsed a bit. No functional change but should
Claudio Jeker
2019-07-24
Cleanup and fix some obvious shortcomings in the mrt dump code. Also
Claudio Jeker
2019-07-23
Use the correct prefix size when writing out AID_VPN_IPv4 and AID_VPN_IPv6
Claudio Jeker
2019-07-23
Make sure that pfd is not overflown, can not happen unless the mrt count
Claudio Jeker
2019-07-23
Clean up RIB related kroute code. Introduce a way to flush a FIB table
Claudio Jeker
2019-07-22
No need to check first if something is not NULL to assign NULL to it.
Claudio Jeker
2019-07-22
GC three prototypes whose function have gone long ago.
Claudio Jeker
2019-07-19
When allocating socketpair() increase their send and receive buffers to
Claudio Jeker
2019-07-17
Change the Adj-RIB-Out to a per peer set of RB trees. The way RIB data
Claudio Jeker
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-07-02
up_generate_default() needs to fake a prefix entry so that the outbound
Claudio Jeker
[next]