summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
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
2023-01-06sync with rpki-client 'more dastardly white spaces' commitTheo Buehler
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-14Add missing type for OMT_INFO.Claudio Jeker
2022-12-12Since bgpctl uses clock_gettime() and struct timespec switch ometric codeClaudio Jeker
2022-12-08bgpctl(8): ometric: measure elapsed time with monotonic clockScott Soule Cheloha
2022-12-06OpenMetrics is rather strict about naming metricsets.Claudio Jeker
2022-12-06Implement ometric_set_timeval() and ometric_set_timeval_with_labels()Claudio Jeker
2022-12-05Revert and adjust the changes in ometric_set_state() from last commit.Claudio Jeker
2022-12-01Fix typo in variable peer_message_receiveClaudio Jeker
2022-12-01Extend and rename ometric_set_int_with_label to ometric_set_int_with_labelsClaudio Jeker
2022-11-30Pass a FILE pointer to ometric_output_all() and use fprintf() instead ofClaudio Jeker
2022-11-10A theoretical path exists where ext.data1 is not initialized byMoritz Buhl
2022-11-09Show the MPLS label of a L3VPN route in show fib output.Claudio Jeker
2022-11-07Fix some spelling errors.Moritz Buhl
2022-11-01Use unsigned long long to store integer value. At least that can alwaysClaudio Jeker
2022-10-18Switch from up/down time to time of last change.Claudio Jeker
2022-10-18Fix some spelling errorsJob Snijders
2022-10-17SHOW_METRICS for the actions enum. Just to match the rest.Claudio Jeker
2022-10-17Use metrics as the command name and document show metrics.Claudio Jeker
2022-10-17Implement openmetric output via bgpctl show metric commandClaudio Jeker
2022-10-07Kill extra space in ext community ovs output.Claudio Jeker
2022-09-01Zap IRR RFC reference for the 'bgpctl irrfilter' command which was deprecated...Job Snijders
2022-08-31Remove the hash statistics print code. The RDE no longer sends theseClaudio Jeker
2022-08-31Add missing OpenBSD id commentClaudio Jeker
2022-08-29aspath_refs is gone, adjust codeClaudio Jeker
2022-08-29report pending update and withdraw routes in the show neighbor output.Claudio Jeker
2022-08-17Use memset() instead of bzero().Claudio Jeker
2022-08-10fixup header for bgpctl show network so it lines up again.Claudio Jeker
2022-07-28Adjust bgpctl show fib output.Claudio Jeker
2022-07-08Use AID_MIN instead of 0 == AID_UNSPEC as foo loop start value where apropriateClaudio Jeker
2022-07-07Print dmetric for prefixes, this may still change in the future.Claudio Jeker
2022-06-27bgpctl bits for RFC 9234 support.Claudio Jeker
2022-06-23fmt_timeframe() cleanup. Remove the ring buffer, it is not required.Claudio Jeker
2022-06-22Adjust code after changing struct ctl_show_nexthop to embed a struct kroute_fullClaudio Jeker
2022-06-22Fix last commit. addr is already a pointer.Claudio Jeker
2022-06-21Use applymask() instead of inetXapplymask() since this code operates onClaudio Jeker
2022-06-16Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().Claudio Jeker
2022-06-15Adjust after chaning F_BGPD_INSERTED to F_BGPD and removal of F_DYNAMICClaudio Jeker
2022-03-21Adjust to renaming of F_CTL_ACTIVE/F_PREF_ACTIVE to F_CTL_ACTIVE/F_PREF_BESTClaudio Jeker
2022-02-06Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.Claudio Jeker
2022-02-04Rename sockaddr_un sun to sa_un since sun is defined on illumos systems.Claudio Jeker
2021-09-22Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the wayClaudio Jeker
2021-08-09Make it possible to match on path-id in bgpctl show rib outputs.Claudio Jeker