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
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
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-10-19
The size limit of the shutdown reason was relaxed to 255 characters but
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
Add a default case to subtype switch in the table v2 parser.
Claudio Jeker
2019-07-03
Remove unneccessary type cast
Claudio Jeker
2019-06-28
The bgpctl parser can not handle neighbor and neighbors at the same time.
Claudio Jeker
2019-06-28
Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERIC
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-31
similar to note recently added to bgpd.conf(5), mention in docs for
Stuart Henderson
2019-05-23
Implement bgpctl show mrt neighbors, a command to print the neighbor table
Claudio Jeker
2019-05-14
make "bgpctl sh rib detail *out*" look less confusing
Sebastian Benoit
2019-05-03
missing break
Jonathan Gray
2019-04-25
Adjust the MRT notification parser similar to bgpd to support extended
Claudio Jeker
2019-04-10
Instead of a (ulong) case just use %zu in printf and remove the cast.
Claudio Jeker
2019-04-10
Include endian.h since htobe* or be*toh is used. Helps with protable.
Claudio Jeker
2019-02-27
Adjust to the last bgpd change. sa2addr gets an extra agrument and
Claudio Jeker
2019-02-25
Use struct bgpd_addr instead of a union of sockaddrs to store addresses
Claudio Jeker
2019-02-21
type is not used here. Still keep a comment around to keep the code
Claudio Jeker
2019-02-21
Adjust bgpctl to the new ctl_show_interface struct that is sent instead of
Claudio Jeker
2019-02-19
Switch betoh64 to the posix be64toh also remove some casts since we now
Claudio Jeker
2019-02-18
Bring in fixes in the community parsing code done in parse.y and fix
Claudio Jeker
2019-02-11
Adjust to last bgpd commit changing the MPLS VPN configuration.
Claudio Jeker
2019-01-20
Allow 'neighbor descripton' to be used like neighbor group description
Claudio Jeker
2018-12-19
Adjust bgpctl now that filter_extcommunity is no more.
Claudio Jeker
2018-12-12
zap trailing whitespace;
Jason McIntyre
2018-12-11
bgpctl can no long reuse the aspath_match function from bgpd so move the
Claudio Jeker
2018-12-05
Set the routing table when adding a network
denis
2018-11-28
Adjust bgpctl to handle the community changes done in bgpd.
Claudio Jeker
2018-11-01
fix typos
denis
2018-10-31
Remove extra ,
Claudio Jeker
2018-10-31
Show the number of references hold by struct rde_aspath objects (which should
Claudio Jeker
2018-10-26
Show how much memory is used for *-sets.
Claudio Jeker
2018-10-03
add filter option based on origin validation state
denis
[next]