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
2007-02-22
minor KNF bits here too
Henning Brauer
2007-02-02
Print neighbor templates with a state of Template. Makes the difference
Claudio Jeker
2007-01-27
Make sure that the graceful restart capability is printed in any case.
Claudio Jeker
2006-11-28
add additional link states to report the half duplex / full duplex
Reyk Floeter
2006-11-10
cast to (long long) for %lld printfs
Henning Brauer
2006-08-28
indicate when the peer announced the Graceful Restart capability, ok claudio
Henning Brauer
2006-08-23
Extend show rib command. Following new options are added:
Claudio Jeker
2006-07-25
kill redundant prototypes
Henning Brauer
2006-06-15
Use new struct ctl_show_rib_request for show rib requests. OK henning@
Claudio Jeker
2006-06-14
bgpctl show rib shows now the exit nexthop per default and not the true
Claudio Jeker
2006-05-27
Wait for a response from bgpd on reloads.
Claudio Jeker
2006-05-23
support requesting route refresh from a neighbor
Henning Brauer
2006-04-06
Add missing break. Now bgpctl show rib det source-as 8271 shows all announced
Claudio Jeker
2006-03-22
Detailed RIB output including communities. Detailed output is enabled via
Claudio Jeker
2006-03-22
Change fmt_peer() so that it can be used by the upcomming detailed RIB output.
Claudio Jeker
2006-01-24
introduce "bgpctl show summary terse", shows summary in an easy to parse
Henning Brauer
2006-01-24
make bgpctl deal with IMSG_CTL_RESULT no matter what request was sent
Henning Brauer
2006-01-05
Show attribute cache total reference count.
Claudio Jeker
2006-01-04
Use new BGP attribute counter.
Claudio Jeker
2006-01-03
Show RIB statistics via "bgpctl show rib mem".
Claudio Jeker
2006-01-03
Cope with new util.c
Claudio Jeker
2006-01-03
Don't use fatal() and friend in bgpctl. The log system does not work here.
Claudio Jeker
2005-11-17
missing strdup() check, From: David Hill <dhill@mindcry.org>
Henning Brauer
2005-10-19
for "bgpctl neighbor foo up/down/clear", make bgpctl not exit after sending
Henning Brauer
2005-09-20
allow "show rib" to be limited to an address family too
Henning Brauer
2005-09-20
don't try to print v6 nexthops as v4 address
Henning Brauer
2005-09-20
let "bgpctl network show" print v6 addresses correctly
Henning Brauer
2005-07-01
fix breakage; if this proves to be wrong, will be fixed later. at least
Federico G. Schwindt
2005-06-13
Properly align the show rib output. flags is 5 chars long not 4.
Claudio Jeker
2005-06-10
As we no longer send IMSG_CTL_SHOW_RIB_PREFIX from bgpd to bgpctl simplify
Claudio Jeker
2005-06-07
For show rib -- show_rib_summary_msg() and print_prefix() -- use log_addr()
Claudio Jeker
2005-06-06
allow show fib to be limited to inet or inet6 families, claudio ok
Henning Brauer
2005-06-06
let "show fib" print out both the v4 and the v6 routes.
Henning Brauer
2005-06-05
print the error for the last notification sent when we're IDLE in the
Henning Brauer
2005-06-04
do not print the tcp connection details when the session is IDLE, we
Henning Brauer
2005-05-27
Add a flag for specifying the socket to open to talk to bgpd.
Claudio Jeker
2005-05-23
Make it possible to dynamicaly add networks with attributes like communities
Claudio Jeker
2005-04-18
Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@
Claudio Jeker
2005-04-13
Show if a route is rejected or blackholed in show fib output. OK henning@
Claudio Jeker
2005-03-14
add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state and
Henning Brauer
2005-03-14
print interface and some stuff about it with the nexthops so it is easier
Henning Brauer
2005-02-09
need to send IMSG_NETWORK_DONE after sending networks announcement.
Claudio Jeker
2005-02-02
usage() is __dead
Henning Brauer
2004-12-23
allo the "bgpctl show neighbor " commands to take the neighbor descr
Henning Brauer
2004-12-23
allow "bgpctl neighbor" to take the peer's descr as argument as well
Henning Brauer
2004-11-18
cope with changes in capabilities announcement shitz
Henning Brauer
2004-11-02
now that carp media descriptions are available through the ifmedia framework
Henning Brauer
2004-10-26
ease the parser a bit.
Henning Brauer
2004-10-26
in the "show summary" view print the peer descr instead of the IP (if a descr
Henning Brauer
2004-10-26
do /%u instead of /%6u for max_prefix, looks better, claudio ok
Henning Brauer
[next]