summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2024-02-01Convert the mrtparser to use ibufs in many places.Claudio Jeker
2024-01-31Convert IMSG_CTL_SHOW_RIB_ATTR over to the new ibuf API.Claudio Jeker
2024-01-30Adjust bgpctl to work with the modified aspath functions from util.cClaudio Jeker
2024-01-25Siwtch IMSG_CTL_SHOW_RIB_COMMUNITIES over to the new ibuf api.Claudio Jeker
2024-01-23Adopt bgpctl code to the ibuf changes done in bgpd.Claudio Jeker
2024-01-23Fixup more spacesClaudio Jeker
2024-01-23SpacesClaudio Jeker
2024-01-18Convert the simple imsgs to use imsg_get_data().Claudio Jeker
2024-01-11Move the 'Last received shutdown reason:' output a bit down where it makesClaudio Jeker
2024-01-11Display the exported rtr session state and fix a missing indent.Claudio Jeker
2024-01-10Add missing newlines in printf.Claudio Jeker
2024-01-08Simplify the IMSG_CTL_KROUTE after the change in bgpd.Claudio Jeker
2023-12-19Show the RTR protocol version in the `bgpctl show rtr` output.Claudio Jeker
2023-11-20Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd.Claudio Jeker
2023-11-20KNF, fix long line.Claudio Jeker
2023-11-20KNFClaudio Jeker
2023-09-06Add missing <sys/time.h> include for timespecsub()Claudio Jeker
2023-06-22KNFClaudio Jeker
2023-06-05Sync json.c with rpki-client rev 1.3:Claudio Jeker
2023-05-09Rename 'invalid' to 'disqualified' in the 'show rib' table.Claudio Jeker
2023-05-05Sync json.c with the one from rpki-client. This adds json_do_string().Claudio Jeker
2023-04-28Same change as in bgpd:Claudio Jeker
2023-04-26Use < 0 for fprintf() error checking and not == -1.Claudio Jeker
2023-04-26Verify each fprintf call for success. On failure stop calling fprintfClaudio Jeker
2023-04-26Use fprintf instead of printf and pass the FILE handle in json_do_start().Claudio Jeker
2023-04-26WhitespaceTheo Buehler
2023-04-23Flowspec show support an address family argument. Copy the descriptionClaudio Jeker
2023-04-23For FLOWSPEC_SHOW conver the AID form regular inet/inet6 to flowspec versions.Claudio Jeker
2023-04-23Document flowspec commandsClaudio Jeker
2023-04-21Adjust ext community handling to support the generic transitive communitiesClaudio Jeker
2023-04-21Implement flowspec add and delete to add/remove flowspec rules dynamically.Claudio Jeker
2023-04-20Implement bgpctl show flowspec and bgpctl flowspec flush.Claudio Jeker
2023-04-17Convert all users of parse_number() to also process the next elementClaudio Jeker
2023-04-17In parse_prefix and parse_addr only touch the addr if the functions isClaudio Jeker
2023-04-17Passing argv as tripple indirect pointer to match_token() is just strange.Claudio Jeker
2023-04-17Rework how communities are parsed. Use tha fact that argv and argc areClaudio Jeker
2023-04-15Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allowClaudio Jeker
2023-04-13Sort commands alphabetically both in the tables and manpage.Claudio Jeker
2023-04-12bgpctl network bulk requires now the specification of 'add' or 'delete'.Claudio Jeker
2023-03-28Use pt_size from struct rde_memstats instead of computing it by hand.Claudio Jeker
2023-03-13Extend bgpctl show rib with two new options:Claudio Jeker
2023-03-09Add role output to bgpctl, also adjust the capability output.Claudio Jeker
2023-03-02improve the Nd lines such that the format is consistent for theJason McIntyre
2023-02-02Fix typoJob Snijders
2023-01-31Improve whitespace alignment of RTR error reportsJob Snijders
2023-01-30Same parseextvalue() change as in parse.y rev 1.441Claudio Jeker
2023-01-24Fix typoJob Snijders
2023-01-24Implmement `bgpctl show rib avs invalid` and firends.Claudio Jeker
2023-01-24Print the ASPA validation state (avs) in various show rib outputs.Claudio Jeker
2023-01-17Teach bgpctl about ASPA tables.Claudio Jeker