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-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
2019-05-03
Make sure that the as-set name is not too long when parsing the config file.
Claudio Jeker
2019-04-25
Extend maximum message size of the shutdown communication to 255 bytes.
Claudio Jeker
2019-04-10
Include endian.h since htobe* or be*toh is used. Helps with protable.
Claudio Jeker
2019-04-07
Be more careful when setting timeout to 0 because there is pending work
Claudio Jeker
2019-03-31
Don't use memcpy for struct bgpd_config, the pointers and lists in that
Claudio Jeker
2019-03-31
Move the struct peer into bgpd_config and switch it to a TAILQ instead of
Claudio Jeker
2019-03-31
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
YASUOKA Masahiko
2019-03-28
zap trailing whitespace;
Jason McIntyre
2019-03-27
remove documentation for obsolete announce all|none|default-route, see
Sebastian Benoit
2019-03-23
Unbreak route origin validation
denis
2019-03-15
Set all default values in init_config in parse.y and remove the special
Claudio Jeker
2019-03-13
Swap arguments of rde_dump_match_peer() to match peer_matched() in session.c
Claudio Jeker
2019-03-09
Unbreak 'announce inet none' which was actually clearing way too much.
Claudio Jeker
2019-03-07
Do a better job at cleaning up the config on shutdown. Remove bits that
Claudio Jeker
2019-03-01
Need to be more careful in kr_net_redist_add() when adding an already
Claudio Jeker
2019-02-27
Convert the remote and local addresses in struct peer to be bgpd_addrs
Claudio Jeker
2019-02-27
Fix export none. none became a keyword some time ago and so this broke.
Claudio Jeker
2019-02-26
Add missing break; in case statement and while there check that the
Claudio Jeker
2019-02-26
Some betoh64 sneaked in again, change to be64toh to be posix compliant.
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-20
Forgot to set the sockaddr length field which is mandatory on the pfkey socket.
Claudio Jeker
2019-02-19
Convert some (u_)int64_t to (unsigned) long long. Makes portability a bit
Claudio Jeker
2019-02-18
Add stdlib.h since bsearch and strtoul need it.
Claudio Jeker
2019-02-18
Initialize type and subtype because modern gcc complains about it.
Claudio Jeker
2019-02-18
Drop netmpls/mpls.h include, not needed here.
Claudio Jeker
2019-02-18
Use (unsigned) long long instead of (u_)int64_t since that drops the
Claudio Jeker
2019-02-18
For portability use a (unsigned long long) cast for %llu / %llx formats
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
[next]