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
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
2018-10-01
Expose BGP Origin Validation state in bgpctl show commands
job
2018-09-26
Rename AS_NONE to AS_UNDEF here as well. OK compiler & grep
Claudio Jeker
2018-09-20
as_set_match() changed again, so adjust it here too.
Claudio Jeker
2018-09-17
Rename struct as_set to struct irr_as_set to not conflict with bgpd.
Claudio Jeker
2018-09-14
Adjust the dummy as_set_match function to new prototype after last bgpd commit
Claudio Jeker
2018-09-09
sync header line with whats actually in the output.
Sebastian Benoit
2018-09-09
Make it clear what 'dynamically added' prefixes are.
Sebastian Benoit
2018-09-07
When parsing AS numbers set both as_min and as_max to the parsed value.
Claudio Jeker
2018-09-07
Add a dummy as_set_match() function since it is needed to link util.c now.
Claudio Jeker
2018-09-06
Use getline() for the network bulk code. Also make the parser better by
Claudio Jeker
2018-09-05
Adjust after change of struct filter_as.
Claudio Jeker
2018-08-30
Use past tense for treated as withdrawn since the withdraw happened in the past.
Claudio Jeker
2018-08-29
Introduce 'bgpctl show rib error' to show all prefixes that got flagged
Claudio Jeker
2018-07-29
mestre and i both concluded pledge can be tightened, "unix" handles the
Theo de Raadt
2018-07-22
First iteration of implementing full mrt dumping/printing support in bgpctl.
Claudio Jeker
2018-07-22
Move functions to print link status etc. to util.c so that bgpd can use them
Claudio Jeker
2018-07-20
Print the timestamp embedded in mrt files for update and status messages.
Claudio Jeker
2018-07-20
There is no need to have bgpd running when running bgpctl show mrt.
Claudio Jeker
2018-07-13
explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204
Jonathan Gray
2018-07-12
store and print the rdomain of the interfaces we see.
Sebastian Benoit
2018-07-11
Print out the hash info sent by the RDE in bgpctl show rib mem
Claudio Jeker
2018-07-10
Initialize the rtable in the requests send to bgpd to the current
Sebastian Benoit
2018-07-10
move the top level pledge, getrtable() works with pledge stdio.
Sebastian Benoit
2017-11-27
lenght->length, mostly in comments
Stuart Henderson
[next]