summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codedenis2020-06-051-2/+1
* list example files in FILES with a short description: generally, "Examplejmc2020-05-161-4/+4
* There is no reason to limit the string length of log_reason() to REASON_LENclaudio2020-05-111-5/+5
* In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')deraadt2020-05-107-43/+47
* Do not use string litterals in the grammar ("{") it is not POSIX compliantclaudio2020-05-081-3/+3
* The warning "bad AGGREGATOR, AS 0 not allowed ..." is not very helpful.claudio2020-05-021-3/+5
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-11/+11
* replace examples of "Ic arg Ic arg" with "Ic arg arg" and stop the spread;jmc2020-04-231-7/+7
* Try to document 'no local-address'claudio2020-04-231-2/+5
* Store local-address by address family. This allows to configure bothclaudio2020-04-236-29/+81
* The assumption that in roa tables a prefix / source-as combo only appearsclaudio2020-03-161-6/+15
* Tag "neighbor" and "group" keywords at their definitionskn2020-02-161-2/+4
* Rename copy_filterset() to filterset_copy() and move it to rde_filter.cclaudio2020-02-144-30/+34
* Move the code to figure out the alternate IP address (IPv6 addr for IPv4claudio2020-02-126-112/+104
* mention /etc/examples/bgpd.conf; tweak and OK jmc@, OK benno@schwarze2020-02-091-3/+5
* usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCATbket2020-01-281-6/+2
* In nexthop_update() only add a nexthop to the nexthop_runners queue ifclaudio2020-01-251-4/+10
* kill double .Pp;jmc2020-01-251-3/+2
* Implement 'max-prefix NUM out' to limit the number of announced prefixes.claudio2020-01-2410-20/+88
* delete wasteful ;;deraadt2020-01-221-2/+2
* Add last_rcvd_errcode and last_rcvd_suberr to the peer_stats so thatclaudio2020-01-212-2/+8
* Add some additional cease error subcodes as defined by iana.claudio2020-01-211-4/+8
* Fix a commentclaudio2020-01-211-2/+2
* Reorder assignements a bit so that all hashed values are togetherclaudio2020-01-101-6/+6
* 'export default-route' still requires an output filter rule to announceclaudio2020-01-101-6/+20
* Instead of calling SipHash24_Update() in path_hash for each element ofclaudio2020-01-092-9/+7
* Clean up header a bit, remove peer_recv_eor and peer_send_eor prototypesclaudio2020-01-091-8/+6
* Move peer related code from rde.c to rde_peer.c.claudio2020-01-093-540/+574
* Convert the lastchange of a prefix from time(NULL) to getmonotime() whichclaudio2020-01-094-18/+21
* Convert last_updown and last_read from time(3) to use getmonotime()claudio2020-01-093-8/+12
* eye burning whitespacederaadt2020-01-084-8/+8
* Instead of processing all imsg when reading them store peer specificclaudio2020-01-014-97/+214
* The MRT draft turned into RFC6396, adjust comment.claudio2019-12-311-2/+2
* In mrt_dump_hdr_rde() use clock_gettime(CLOCK_REALTIME, ) like it is doneclaudio2019-12-311-4/+5
* reloadtime is not needed anymore.claudio2019-12-311-3/+1
* Instead of passing the peer id down to peer specific functions do the lookupclaudio2019-12-161-72/+68
* In rde_dispatch_imsg_session() reorder the case blocks a bit so theyclaudio2019-12-131-8/+8
* struct ctl_show_rib does not need aspath_len since this information isclaudio2019-11-272-16/+11
* Consistently use _rcctl enable foo_ in examples, it's simpler and lesslandry2019-11-101-12/+9
* Administrative Shutdown messages can be 255 byte long.benno2019-10-311-3/+3
* Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale duringclaudio2019-10-303-28/+84
* Replace the fatal non existing prefix call with a pt_add() call thatclaudio2019-10-291-2/+2
* Fix two cases where the nexthop_runners tail queue can get corrupted.claudio2019-10-291-3/+9
* Buff; also, specify router-id per rfc6286.procter2019-10-041-139/+128
* Instead of calling fatal() when pftable additions and deletions mixclaudio2019-10-041-3/+6
* In IMSG_PFKEY_RELOAD do not warn about unknown peers. When a peer isclaudio2019-10-021-7/+6
* When removing a peer do the RB_REMOVE last and log the removal just beforeclaudio2019-10-021-3/+3
* Add some TCP MD5SUM specific calls needed by protable. On Linux systemsclaudio2019-10-013-7/+34
* Use the peer list from the right struct bgpd_config. Don't use the globalclaudio2019-10-011-4/+4
* Remove leftover pfkey_remove() call in session.c this code was moved toclaudio2019-10-011-2/+1