summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2018-09-09sync header line with whats actually in the output.Sebastian Benoit
2018-09-09Make it clear what 'dynamically added' prefixes are.Sebastian Benoit
2018-09-07When parsing AS numbers set both as_min and as_max to the parsed value.Claudio Jeker
2018-09-07Add a dummy as_set_match() function since it is needed to link util.c now.Claudio Jeker
2018-09-06Use getline() for the network bulk code. Also make the parser better byClaudio Jeker
2018-09-05Adjust after change of struct filter_as.Claudio Jeker
2018-08-30Use past tense for treated as withdrawn since the withdraw happened in the past.Claudio Jeker
2018-08-29Introduce 'bgpctl show rib error' to show all prefixes that got flaggedClaudio Jeker
2018-07-29mestre and i both concluded pledge can be tightened, "unix" handles theTheo de Raadt
2018-07-22First iteration of implementing full mrt dumping/printing support in bgpctl.Claudio Jeker
2018-07-22Move functions to print link status etc. to util.c so that bgpd can use themClaudio Jeker
2018-07-20Print the timestamp embedded in mrt files for update and status messages.Claudio Jeker
2018-07-20There is no need to have bgpd running when running bgpctl show mrt.Claudio Jeker
2018-07-13explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204Jonathan Gray
2018-07-12store and print the rdomain of the interfaces we see.Sebastian Benoit
2018-07-11Print out the hash info sent by the RDE in bgpctl show rib memClaudio Jeker
2018-07-10Initialize the rtable in the requests send to bgpd to the currentSebastian Benoit
2018-07-10move the top level pledge, getrtable() works with pledge stdio.Sebastian Benoit
2017-11-27lenght->length, mostly in commentsStuart Henderson
2017-10-16Ensure last character in ssv mode is a newlinejob
2017-10-15Add "ssv" variant which turns a rib route output into a singleTheo de Raadt
2017-09-21word fix; from tom smythJason McIntyre
2017-08-10replace memcpy() with assignements where the type is the same.Sebastian Benoit
2017-08-10handle extended communities in bgpctl.Sebastian Benoit
2017-06-26don't print the WELLKNOWN string for unknown well-known communitiesPeter Hessler
2017-06-26let admins set an unknown well-known communityPeter Hessler
2017-06-26add support for the "graceful shutdown" well-known community as describedPeter Hessler
2017-05-31Update ext community printer to the changes done in bgpd.Claudio Jeker
2017-05-29missing .El;Jason McIntyre
2017-05-29change section title in bgpd.conf talking about MPLS,Sebastian Benoit
2017-05-29avoid Xr to self;Jason McIntyre
2017-05-29change bgpd's control socket from /var/run/bgpd.sock toSebastian Benoit
2017-02-14fix a crash when parsing large community given on the command lineSebastian Benoit
2017-02-13draft-ietf-idr-shutdown extends to support a message on either ofPeter Hessler
2017-01-23Mission accomplished, bgpctl is now fatal free.Claudio Jeker
2017-01-23Kill the timer.c reacharound it is not needed.Claudio Jeker
2017-01-23cleanup log* functions that break with bgpd reacharoundSebastian Benoit
2017-01-13Add support for draft-ietf-idr-shutdownPeter Hessler
2016-10-26nicer list width; from julien dhailleJason McIntyre
2016-10-14Add support for draft-ietf-idr-large-communityPeter Hessler
2016-10-14when looking at the details of a prefix, show any unknown attributes andPeter Hessler
2016-06-03Add operators =, !=, - (range), >< (exclsive range) to the as-pathSebastian Benoit
2016-05-25new sentence, new line, and avoid line wrap;Jason McIntyre
2016-05-25flesh out "show summary" description a bit, from julien at dhaille.com viaHenning Brauer
2015-12-23Remove NULL-checks before free(). I think I've almost scrubbed themmcc
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-18err(1, "foo") -> err(1, NULL) for strdup()mmcc
2015-11-01pledge in bgpctl.Sebastian Benoit
2015-10-25zap trailing whitespace;Jason McIntyre
2015-10-24clarify use of "bgpctl show rib in|out neighbor FOO"Sebastian Benoit