summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Collapse)Author
2004-05-06print Multiprotocol capabilities slightly nicerHenning Brauer
2004-05-01becuase lint says so; henning okTheo de Raadt
2004-04-30missing full stop;Jason McIntyre
2004-04-29document abbreviated commands -- same way as systat; ok henningTheo de Raadt
2004-04-28keep route refresh counters into account when building sums, andHenning Brauer
print route refresh counters in the neighbor view
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
and print Template / Cloned flags in the neigbor view, claudio ok
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
display, claudio ok
2004-03-12Document "show rib" interface. OK jmc@ henning@Claudio Jeker
2004-03-11Plugging memory leaks is OK but don't break intended behaviour. So this timeClaudio Jeker
do it correctly.
2004-03-11Use aspath_asprint() instead of this malloc, aspath_snprint() mess. OK henning@Claudio Jeker
2004-03-11typoHenning Brauer
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
show commands are available. OK henning@
2004-02-26Implement "show rib" and "show rib <astype> <AS>" commands to dump theClaudio Jeker
RIB. OK henning@
2004-02-24print # of queued outgoing messages in show summary view, claudio okHenning Brauer
2004-02-01pasto, from glukHenning Brauer
2004-01-29KNFHenning Brauer
2004-01-27don't use log_ntoa, claudio okHenning Brauer
2004-01-27struct kroute changed, copeHenning Brauer
ok claudio
2004-01-27missing exit() at end of mainHenning Brauer
2004-01-27catch up with changes in struct peer_config, ok claudioHenning Brauer
2004-01-25documenmt "show interface"Henning Brauer
2004-01-22print the interface state wrt the nexthop verification in the show interfaceHenning Brauer
output. makes quite some sense so that not every reader has to know the algorithm for deciding on the interface state...
2004-01-21there's a "slight" difference between our log_err() and the system's err()...Henning Brauer
the latter does not return, so we don't need to exit() afterwards. one of the two spotted by jared
2004-01-21new parser.Henning Brauer
completely table driven and not wired into the action code like the previous parser... i wanted to do this for some time, and now it was just due. ok claudio@
2004-01-20show usage if called without commandHenning Brauer
2004-01-20args, unbreakHenning Brauer
2004-01-20getopt & usage, prodded by theoHenning Brauer
2004-01-19for show interface, print the link status and speed as well. we needHenning Brauer
to do this depending on the media type, so print that as well if known. design following a discussion with theo claudio ok
2004-01-17print interface name instead of indexHenning Brauer
2004-01-17implement "show interfaces"Henning Brauer
2004-01-12add a little spacing; .Xr not .Ar for bgpd;Jason McIntyre
2004-01-11+ show nexthopHenning Brauer
2004-01-11print local/remote IP/port with the detailed neighbor viewHenning Brauer
ok claudio@
2004-01-10as buf_close does not implictely writes any more, imsg_compose doesn'tHenning Brauer
either, so we need to call msgbuf_write explictely now. ok claudio@
2004-01-10document "show fib"Henning Brauer
2004-01-09show fib connected|static|bgp|nexthop|[address]Henning Brauer
ok claudio@
2004-01-09a sample "show fib" implementationHenning Brauer
ok claudio@
2004-01-08.Xr bgpd.conf 5Henning Brauer
From: Xavier Santolaria <xavier@santolaria.net>
2004-01-07KNFHenning Brauer
2004-01-06neighbor 1.2.3.4 up/downHenning Brauer
ok claudio@
2004-01-06print intervals with the timersHenning Brauer
2004-01-06StartTimer -> IdleHoldTimerHenning Brauer
2004-01-06simplify a list;Jason McIntyre
ok henning@