summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/bgpctl.c
AgeCommit message (Expand)Author
2005-06-05print the error for the last notification sent when we're IDLE in theHenning Brauer
2005-06-04do not print the tcp connection details when the session is IDLE, weHenning Brauer
2005-05-27Add a flag for specifying the socket to open to talk to bgpd.Claudio Jeker
2005-05-23Make it possible to dynamicaly add networks with attributes like communitiesClaudio Jeker
2005-04-18Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@Claudio Jeker
2005-04-13Show if a route is rejected or blackholed in show fib output. OK henning@Claudio Jeker
2005-03-14add IFT_/IFM_IEE80211 to ift2ifm so we can pretty-print link state andHenning Brauer
2005-03-14print interface and some stuff about it with the nexthops so it is easierHenning Brauer
2005-02-09need to send IMSG_NETWORK_DONE after sending networks announcement.Claudio Jeker
2005-02-02usage() is __deadHenning Brauer
2004-12-23allo the "bgpctl show neighbor " commands to take the neighbor descrHenning Brauer
2004-12-23allow "bgpctl neighbor" to take the peer's descr as argument as wellHenning Brauer
2004-11-18cope with changes in capabilities announcement shitzHenning Brauer
2004-11-02now that carp media descriptions are available through the ifmedia frameworkHenning Brauer
2004-10-26ease the parser a bit.Henning Brauer
2004-10-26in the "show summary" view print the peer descr instead of the IP (if a descrHenning Brauer
2004-10-26do /%u instead of /%6u for max_prefix, looks better, claudio okHenning Brauer
2004-09-23cosmeticsHenning Brauer
2004-09-21Don't pad the prefix count with 0. OK henning@Claudio Jeker
2004-09-16malloc ibuf instead of having it staticallyHenning Brauer
2004-09-16cope with imsg API changeHenning Brauer
2004-08-20add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up againHenning Brauer
2004-08-06In bgpctl show summary report the current and max prefix count if state isClaudio Jeker
2004-05-21Make it possible to add, delete, flush and show network announcements.Claudio Jeker
2004-05-20check for strdup(3) failure was missing in one case, catched byHenning Brauer
2004-05-06print Multiprotocol capabilities slightly nicerHenning Brauer
2004-05-01becuase lint says so; henning okTheo de Raadt
2004-04-28keep route refresh counters into account when building sums, andHenning Brauer
2004-04-27print route refresh capability if presentHenning Brauer
2004-04-25there's a slight difference between teh local and the remote sockaddr...Henning Brauer
2004-04-25correctly pritn netmask with template neighbors, prettify output overall,Henning Brauer
2004-04-25use getnameinfo here too, itojun & markus okHenning Brauer
2004-04-16in the neighbor view, add support for local/remote addr beeing v6 onesHenning Brauer
2004-04-13print the MP capabilities as the neighbor announced in the show neighborHenning Brauer
2004-03-11Plugging memory leaks is OK but don't break intended behaviour. So this timeClaudio Jeker
2004-03-11Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@Claudio Jeker
2004-03-11Plug another memory leak. OK henning@Claudio Jeker
2004-03-11check for malloc failure...Henning Brauer
2004-03-02KNFHenning Brauer
2004-03-02show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most importantClaudio Jeker
2004-02-26Implement "show rib" and "show rib <astype> <AS>" commands to dump theClaudio Jeker
2004-02-24print # of queued outgoing messages in show summary view, claudio okHenning Brauer
2004-01-29KNFHenning Brauer
2004-01-27don't use log_ntoa, claudio okHenning Brauer
2004-01-27struct kroute changed, copeHenning Brauer
2004-01-27missing exit() at end of mainHenning Brauer
2004-01-27catch up with changes in struct peer_config, ok claudioHenning Brauer
2004-01-22print the interface state wrt the nexthop verification in the show interfaceHenning Brauer
2004-01-21there's a "slight" difference between our log_err() and the system's err()...Henning Brauer
2004-01-21new parser.Henning Brauer