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
/
bgpctl.h
Age
Commit message (
Expand
)
Author
2022-10-17
Implement openmetric output via bgpctl show metric command
Claudio Jeker
2022-08-31
Remove the hash statistics print code. The RDE no longer sends these
Claudio Jeker
2022-08-31
Add missing OpenBSD id comment
Claudio Jeker
2022-07-07
Print dmetric for prefixes, this may still change in the future.
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.
Claudio Jeker
2021-07-27
Implemnt the RFC8050 in the MRT parser. With this MRT dumps containing
Claudio Jeker
2021-05-03
Print the timestamps both formatted and as a time in seconds field in
Claudio Jeker
2021-04-15
Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was
Claudio Jeker
2021-02-16
Add `bgpctl show rtr` to display basic information about RTR sessions.
Claudio Jeker
2020-12-30
Add 'bgpctl show sets' to display information about the roa-set, as-sets,
Claudio Jeker
2020-05-02
Add support to output data in JSON. This is still work in progress and
Claudio Jeker
2020-05-02
Adjust fmt_attr() to pass in -1 for flags to tell it you don't care
Claudio Jeker
2020-05-02
Indirect the output functions through function pointers so that they
Claudio Jeker
2020-03-20
Reshuffle code more to separate out the output functions into output.c.
Claudio Jeker
2020-01-09
Adjust time printing to the changes done in bgpd. Most timestamps are
Claudio Jeker
2019-12-31
Rename print_timer() to show_timer() and move it to output.c
Claudio Jeker
2019-12-20
Split out show functions into a new file called output.c
Claudio Jeker