index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpctl
Age
Commit message (
Expand
)
Author
2023-11-20
Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd.
Claudio Jeker
2023-11-20
KNF, fix long line.
Claudio Jeker
2023-11-20
KNF
Claudio Jeker
2023-09-06
Add missing <sys/time.h> include for timespecsub()
Claudio Jeker
2023-06-22
KNF
Claudio Jeker
2023-06-05
Sync json.c with rpki-client rev 1.3:
Claudio Jeker
2023-05-09
Rename 'invalid' to 'disqualified' in the 'show rib' table.
Claudio Jeker
2023-05-05
Sync json.c with the one from rpki-client. This adds json_do_string().
Claudio Jeker
2023-04-28
Same change as in bgpd:
Claudio Jeker
2023-04-26
Use < 0 for fprintf() error checking and not == -1.
Claudio Jeker
2023-04-26
Verify each fprintf call for success. On failure stop calling fprintf
Claudio Jeker
2023-04-26
Use fprintf instead of printf and pass the FILE handle in json_do_start().
Claudio Jeker
2023-04-26
Whitespace
Theo Buehler
2023-04-23
Flowspec show support an address family argument. Copy the description
Claudio Jeker
2023-04-23
For FLOWSPEC_SHOW conver the AID form regular inet/inet6 to flowspec versions.
Claudio Jeker
2023-04-23
Document flowspec commands
Claudio Jeker
2023-04-21
Adjust ext community handling to support the generic transitive communities
Claudio Jeker
2023-04-21
Implement flowspec add and delete to add/remove flowspec rules dynamically.
Claudio Jeker
2023-04-20
Implement bgpctl show flowspec and bgpctl flowspec flush.
Claudio Jeker
2023-04-17
Convert all users of parse_number() to also process the next element
Claudio Jeker
2023-04-17
In parse_prefix and parse_addr only touch the addr if the functions is
Claudio Jeker
2023-04-17
Passing argv as tripple indirect pointer to match_token() is just strange.
Claudio Jeker
2023-04-17
Rework how communities are parsed. Use tha fact that argv and argc are
Claudio Jeker
2023-04-15
Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allow
Claudio Jeker
2023-04-13
Sort commands alphabetically both in the tables and manpage.
Claudio Jeker
2023-04-12
bgpctl network bulk requires now the specification of 'add' or 'delete'.
Claudio Jeker
2023-03-28
Use pt_size from struct rde_memstats instead of computing it by hand.
Claudio Jeker
2023-03-13
Extend bgpctl show rib with two new options:
Claudio Jeker
2023-03-09
Add role output to bgpctl, also adjust the capability output.
Claudio Jeker
2023-03-02
improve the Nd lines such that the format is consistent for the
Jason McIntyre
2023-02-02
Fix typo
Job Snijders
2023-01-31
Improve whitespace alignment of RTR error reports
Job Snijders
2023-01-30
Same parseextvalue() change as in parse.y rev 1.441
Claudio Jeker
2023-01-24
Fix typo
Job Snijders
2023-01-24
Implmement `bgpctl show rib avs invalid` and firends.
Claudio Jeker
2023-01-24
Print the ASPA validation state (avs) in various show rib outputs.
Claudio Jeker
2023-01-17
Teach bgpctl about ASPA tables.
Claudio Jeker
2023-01-06
sync with rpki-client 'more dastardly white spaces' commit
Theo Buehler
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-22
Denote multiple arguments with 'arg ...' not 'args'
Klemens Nanni
2022-12-14
Add missing type for OMT_INFO.
Claudio Jeker
2022-12-12
Since bgpctl uses clock_gettime() and struct timespec switch ometric code
Claudio Jeker
2022-12-08
bgpctl(8): ometric: measure elapsed time with monotonic clock
Scott Soule Cheloha
2022-12-06
OpenMetrics is rather strict about naming metricsets.
Claudio Jeker
2022-12-06
Implement ometric_set_timeval() and ometric_set_timeval_with_labels()
Claudio Jeker
2022-12-05
Revert and adjust the changes in ometric_set_state() from last commit.
Claudio Jeker
2022-12-01
Fix typo in variable peer_message_receive
Claudio Jeker
2022-12-01
Extend and rename ometric_set_int_with_label to ometric_set_int_with_labels
Claudio Jeker
2022-11-30
Pass a FILE pointer to ometric_output_all() and use fprintf() instead of
Claudio Jeker
2022-11-10
A theoretical path exists where ext.data1 is not initialized by
Moritz Buhl
[next]