summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2018-11-01fix typosdenis
2018-10-31Remove extra ,Claudio Jeker
2018-10-31Show the number of references hold by struct rde_aspath objects (which shouldClaudio Jeker
2018-10-26Show how much memory is used for *-sets.Claudio Jeker
2018-10-03add filter option based on origin validation statedenis
2018-10-01Expose BGP Origin Validation state in bgpctl show commandsjob
2018-09-26Rename AS_NONE to AS_UNDEF here as well. OK compiler & grepClaudio Jeker
2018-09-20as_set_match() changed again, so adjust it here too.Claudio Jeker
2018-09-17Rename struct as_set to struct irr_as_set to not conflict with bgpd.Claudio Jeker
2018-09-14Adjust the dummy as_set_match function to new prototype after last bgpd commitClaudio Jeker
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