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-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
2019-07-01
Must update the nexthop state before dropping the nexthop reference
Claudio Jeker
2019-07-01
Remove no longer needed local variable oasp.
Claudio Jeker
2019-07-01
Unify the way object in the RDE are reference counted. The affected
Claudio Jeker
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-28
Reset rpending (read pending) indicator for a peer when the peer goes down
Claudio Jeker
2019-06-25
ibuf_write() returns -1 on error.
Sebastian Benoit
2019-06-25
cleanup return code checks for the pfkey_*() functions.
Sebastian Benoit
2019-06-25
Initialize the peer id of peerself to PEER_ID_SELF before adding it to
Claudio Jeker
2019-06-24
mrt dumps lost communities after the community rewrite.
Claudio Jeker
2019-06-22
Add a direct pointer from struct prefix to struct pt_entry.
Claudio Jeker
2019-06-22
Adjust peer id allocation a bit. Use defines for the various special
Claudio Jeker
2019-06-20
prefix_add() is only called by path_update() and path_update already
Claudio Jeker
2019-06-20
prefix_updateall() is only used internally, make it a static function.
Claudio Jeker
2019-06-20
Change nexthop_update to run the list walk over all prefixes to run
Claudio Jeker
2019-06-19
With the community rewrite the output code needs to also check the
Claudio Jeker
2019-06-17
A bit more KNF no binary change
Claudio Jeker
2019-06-17
Replace spaces with tab for text indent
Claudio Jeker
2019-06-17
Cleanup, remove some unneded spaces add some other where needed.
Claudio Jeker
2019-06-17
Adjust comment.
Claudio Jeker
2019-06-17
Completley rewrite the community matching and handling code. All community
Claudio Jeker
2019-06-11
Fix typo which resulted in a segfault in ebgp multihop setups.
Florian Obser
2019-06-07
Refactor up_get_nexthop() to work for all AFI/SAFI cases. Additionally
Claudio Jeker
2019-05-31
Exit the attribute loop early if there are no unknown attributes left
Claudio Jeker
2019-05-31
Also check the type of a network statement when looking for duplicates.
Claudio Jeker
2019-05-29
Document the few neighbor options that need a reset (bgpctl nei X clear)
Claudio Jeker
2019-05-29
Rework pfkey handling a bit. The old remove then add way of inserting md5sig
Claudio Jeker
2019-05-27
Switch the peer TAILQ to a RB tree indexed by the peer id. This way
Claudio Jeker
2019-05-24
Change timer_nextisdue() and timer_nextduein() to take the current time
Claudio Jeker
2019-05-23
Add F_CTL_NEIGHBORS a flag only used in bgpctl's mrt parsing code.
Claudio Jeker
2019-05-13
Don't use a hardcoded list of how attribute are dumped and instead move
Claudio Jeker
2019-05-13
fix export default-route.
denis
2019-05-09
Neither rde_apply_set() nor rde_filter() are called with a NULL state so
Claudio Jeker
2019-05-08
when passing objects to imsg use the for 'obj, sizeof(*obj)' instead of
Claudio Jeker
2019-05-08
Rework the TCP md5sig and IKE handling. Move the pfkey socket to the parent
Claudio Jeker
2019-05-06
Fix reloading of network statements that have no fixed prefix specification.
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
[next]