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.c
Age
Commit message (
Expand
)
Author
2022-10-18
Fix some spelling errors
Job Snijders
2022-10-17
SHOW_METRICS for the actions enum. Just to match the rest.
Claudio Jeker
2022-10-17
Implement openmetric output via bgpctl show metric command
Claudio Jeker
2022-10-07
Kill extra space in ext community ovs output.
Claudio Jeker
2022-08-31
Remove the hash statistics print code. The RDE no longer sends these
Claudio Jeker
2022-08-17
Use memset() instead of bzero().
Claudio Jeker
2022-07-28
Adjust bgpctl show fib output.
Claudio Jeker
2022-07-07
Print dmetric for prefixes, this may still change in the future.
Claudio Jeker
2022-06-27
bgpctl bits for RFC 9234 support.
Claudio Jeker
2022-06-23
fmt_timeframe() cleanup. Remove the ring buffer, it is not required.
Claudio Jeker
2022-06-15
Adjust after chaning F_BGPD_INSERTED to F_BGPD and removal of F_DYNAMIC
Claudio Jeker
2022-03-21
Adjust to renaming of F_CTL_ACTIVE/F_PREF_ACTIVE to F_CTL_ACTIVE/F_PREF_BEST
Claudio Jeker
2022-02-06
Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.
Claudio Jeker
2022-02-04
Rename sockaddr_un sun to sa_un since sun is defined on illumos systems.
Claudio Jeker
2021-08-09
Make it possible to match on path-id in bgpctl show rib outputs.
Claudio Jeker
2021-08-02
Show if add_path was used when decoding the BGP message in MRT format.
Claudio Jeker
2021-07-27
Implemnt the RFC8050 in the MRT parser. With this MRT dumps containing
Claudio Jeker
2021-07-20
Also add missing -V to usage
Claudio Jeker
2021-06-16
Add command line option to show the version
job
2021-05-27
Add the bits needed in bgpctl to show the new ADD-PATH and enhanced
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-10
In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')
Theo de Raadt
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-24
Extend 'bgpctl show neighbor' to include the received and sent prefix
Claudio Jeker
2020-01-21
Update get_errstr() to report errors like log_notification() in bgpd.
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
2019-12-20
Shuffle the fmt_timeframe functions and change fmt_timeframe() to avoid
Claudio Jeker
2019-12-20
Change show_mrt_dump() to call show_rib() instead of the internal
Claudio Jeker
2019-12-19
Change the way individual show functions are called. Up until now an imsg
Claudio Jeker
2019-12-13
Remove some more show_*_head() functions. Compiler agrees.
Claudio Jeker
2019-12-13
Remove show_rib_summary_head() it is no longer used.
Claudio Jeker
2019-12-13
First step of refactoring the output processing of bgpctl. Move
Claudio Jeker
2019-11-27
Adjust after changing the struct ctl_show_rib (removal of aspath_len)
Claudio Jeker
2019-09-27
Implement 'bgpctl show rib 8.8.8.8 or-shorter' to show all routes covering
Claudio Jeker
2019-09-25
also show peer AS and description in "bgpctl sh nei group XXX terse" output
Stuart Henderson
2019-09-24
add the neighbour's address, to disambiguate peers in the output from
Stuart Henderson
2019-08-05
Add a comment why network_bulk() is not using send_filterset(). Using
Claudio Jeker
2019-07-03
Remove unneccessary type cast
Claudio Jeker
2019-06-25
Remove irrfilter from bgpctl. The current code is not very useful.
Claudio Jeker
2019-06-17
Cleanup some spaces here as well. Again no binary change.
Claudio Jeker
2019-06-17
Adjust and sync the code with the new struct community code from bgpd.
Claudio Jeker
2019-05-23
Implement bgpctl show mrt neighbors, a command to print the neighbor table
Claudio Jeker
[next]