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-05-11
There is no reason to limit the string length of log_reason() to REASON_LEN
Claudio Jeker
2020-05-10
In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')
Theo de Raadt
2020-05-08
Do not use string litterals in the grammar ("{") it is not POSIX compliant
Claudio Jeker
2020-05-02
The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful.
Claudio Jeker
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-04-23
replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;
Jason McIntyre
2020-04-23
Try to document 'no local-address'
Claudio Jeker
2020-04-23
Store local-address by address family. This allows to configure both
Claudio Jeker
2020-03-16
The assumption that in roa tables a prefix / source-as combo only appears
Claudio Jeker
2020-02-16
Tag "neighbor" and "group" keywords at their definitions
kn
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-02-09
mention /etc/examples/bgpd.conf; tweak and OK jmc@, OK benno@
Ingo Schwarze
2020-01-28
usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-25
In nexthop_update() only add a nexthop to the nexthop_runners queue if
Claudio Jeker
2020-01-25
kill double .Pp;
Jason McIntyre
2020-01-24
Implement 'max-prefix NUM out' to limit the number of announced prefixes.
Claudio Jeker
2020-01-22
delete wasteful ;;
Theo de Raadt
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
[next]