summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2019-06-17Adjust and sync the code with the new struct community code from bgpd.Claudio Jeker
2019-05-31similar to note recently added to bgpd.conf(5), mention in docs forStuart Henderson
2019-05-23Implement bgpctl show mrt neighbors, a command to print the neighbor tableClaudio Jeker
2019-05-14make "bgpctl sh rib detail *out*" look less confusingSebastian Benoit
2019-05-03missing breakJonathan Gray
2019-04-25Adjust the MRT notification parser similar to bgpd to support extendedClaudio Jeker
2019-04-10Instead of a (ulong) case just use %zu in printf and remove the cast.Claudio Jeker
2019-04-10Include endian.h since htobe* or be*toh is used. Helps with protable.Claudio Jeker
2019-02-27Adjust to the last bgpd change. sa2addr gets an extra agrument andClaudio Jeker
2019-02-25Use struct bgpd_addr instead of a union of sockaddrs to store addressesClaudio Jeker
2019-02-21type is not used here. Still keep a comment around to keep the codeClaudio Jeker
2019-02-21Adjust bgpctl to the new ctl_show_interface struct that is sent instead ofClaudio Jeker
2019-02-19Switch betoh64 to the posix be64toh also remove some casts since we nowClaudio Jeker
2019-02-18Bring in fixes in the community parsing code done in parse.y and fixClaudio Jeker
2019-02-11Adjust to last bgpd commit changing the MPLS VPN configuration.Claudio Jeker
2019-01-20Allow 'neighbor descripton' to be used like neighbor group descriptionClaudio Jeker
2018-12-19Adjust bgpctl now that filter_extcommunity is no more.Claudio Jeker
2018-12-12zap trailing whitespace;Jason McIntyre
2018-12-11bgpctl can no long reuse the aspath_match function from bgpd so move theClaudio Jeker
2018-12-05Set the routing table when adding a networkdenis
2018-11-28Adjust bgpctl to handle the community changes done in bgpd.Claudio Jeker
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