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
2024-12-16
Adjust enum msg_type since they are now prefixed.
Claudio Jeker
2024-12-13
bgpctl bits for RFC 8358 (Graceful notification) support
Claudio Jeker
2024-12-09
Bits for the new extended message capability (RFC8654).
Claudio Jeker
2024-12-02
Bump imsg size like bgpd just did.
Claudio Jeker
2024-11-21
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
Claudio Jeker
2024-11-21
Unify error reporting in various control programs.
Claudio Jeker
2024-11-21
Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to
Claudio Jeker
2024-11-21
Use imsg_flush() instead of implementing the same by hand.
Claudio Jeker
2024-10-01
Use auth_conf.method instead of auth_state.method. The latter is always 0.
Claudio Jeker
2024-10-01
Adjust to the pfkey changes in bgpd.
Claudio Jeker
2024-08-22
inet_pton returns 0 and -1 for error.
Florian Obser
2024-08-21
Use inet_pton to parse ext-communities with an IPv4 address.
Florian Obser
2024-08-20
Use stats.msg_queue_len instead of looking into the msgbuf struct.
Claudio Jeker
2024-08-14
Add 'bgpctl show rib filtered' support.
Claudio Jeker
2024-08-12
Print min-version of a RTR session.
Claudio Jeker
2024-05-22
Adjust code since remote_bgpid, bgpid and clusterid changed to
Claudio Jeker
2024-04-24
announce_capa is no more.
Claudio Jeker
2024-02-01
Convert the mrtparser to use ibufs in many places.
Claudio Jeker
2024-01-31
Convert IMSG_CTL_SHOW_RIB_ATTR over to the new ibuf API.
Claudio Jeker
2024-01-30
Adjust bgpctl to work with the modified aspath functions from util.c
Claudio Jeker
2024-01-25
Siwtch IMSG_CTL_SHOW_RIB_COMMUNITIES over to the new ibuf api.
Claudio Jeker
2024-01-23
Adopt bgpctl code to the ibuf changes done in bgpd.
Claudio Jeker
2024-01-23
Fixup more spaces
Claudio Jeker
2024-01-23
Spaces
Claudio Jeker
2024-01-18
Convert the simple imsgs to use imsg_get_data().
Claudio Jeker
2024-01-11
Move the 'Last received shutdown reason:' output a bit down where it makes
Claudio Jeker
2024-01-11
Display the exported rtr session state and fix a missing indent.
Claudio Jeker
2024-01-10
Add missing newlines in printf.
Claudio Jeker
2024-01-08
Simplify the IMSG_CTL_KROUTE after the change in bgpd.
Claudio Jeker
2023-12-19
Show the RTR protocol version in the `bgpctl show rtr` output.
Claudio Jeker
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
[next]