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
2022-07-08
Use AID_MIN instead of 0 == AID_UNSPEC as foo loop start value where apropriate
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-22
Adjust code after changing struct ctl_show_nexthop to embed a struct kroute_full
Claudio Jeker
2022-06-22
Fix last commit. addr is already a pointer.
Claudio Jeker
2022-06-21
Use applymask() instead of inetXapplymask() since this code operates on
Claudio Jeker
2022-06-16
Remove prefixlen2mask() uasge outside of util.c. Instead use inet4applymask().
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-09-22
Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the way
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-30
Fix the show rib detail output. The add_path condition was totally wrong.
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-20
Fix bgpctl show mrt argument list. Seems like peers was added in the wrong
Claudio Jeker
2021-05-06
export [ none | default-route ] changes are not handled by reload.
Claudio Jeker
2021-05-03
Print the timestamps both formatted and as a time in seconds field in
Claudio Jeker
2021-04-26
Print out both the sent "Neighbor capabilities" and the "Negotiated
Claudio Jeker
2021-04-15
Fix bgpctl show mrt for UPDATE messages. The call to output->attr() was
Claudio Jeker
2021-03-01
off by one in bounds test
Jonathan Gray
2021-02-16
Add `bgpctl show rtr` to display basic information about RTR sessions.
Claudio Jeker
2021-01-25
Adjust code since bgpd added an extra argument to aspath_verify() to
Claudio Jeker
2021-01-18
Adjust code to the change of struct bgpd_addr in bgpd.
Claudio Jeker
2020-12-30
Add 'bgpctl show sets' to display information about the roa-set, as-sets,
Claudio Jeker
2020-10-21
Include endian.h for htobe64().
Claudio Jeker
2020-10-21
No need to include sys/cdefs.h here
Claudio Jeker
2020-05-12
Remove unused token BULK and for PREFIX and ADDRESS the table value is always
Claudio Jeker
2020-05-11
Add support for VPNv6 in the family keyword of show rib
Claudio Jeker
2020-05-10
In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')
Theo de Raadt
2020-05-04
Using int64_t together with printf %llu is not portable. Either add a
Claudio Jeker
2020-05-03
Correctly name max_out_prefix and don't clobber the max_prefix value.
Claudio Jeker
2020-05-02
Minimal documentation of JSON output.
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-05-02
Cleanup the output functions a bit. show_neighbor_full() should print some
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-22
delete wasteful ;;
Theo de Raadt
2020-01-21
Report sent or received errors (normally not both at the same time).
Claudio Jeker
2020-01-21
Update get_errstr() to report errors like log_notification() in bgpd.
Claudio Jeker
2020-01-16
when parsing ASN, don't \0-split the original string, as it may be needed
Theo de Raadt
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
[next]