Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott | |
ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE. ok henning gilles claudio jacekm deraadt | |||
2010-05-03 | Adjustments for multiple kroute table support. This adds a few new command | Claudio Jeker | |
arguments (show tables and show fib table 1, etc). Tested by sthen@, OK to move on by henning@ | |||
2010-04-13 | Sync with last bgpd commit, there are no AF_INET and AF_INET6 specific | Claudio Jeker | |
kroute messages anymore. | |||
2010-03-08 | res.flags is not only used by the irrfilter so initializing them with | Claudio Jeker | |
irrfilter flags is causing strange behaviour on other commands (like show fib). Set the IPV4 and IPV6 flags at the end unless one of them got already set. OK henning, sthen, deraadt | |||
2010-02-11 | Force a space between address and nexthop. IPv6 is overflowing all size | Claudio Jeker | |
restrictions and 2001:4bf8:bad:beef::/64fe80::20a:e4ff:fe39:5583 is not acceptable. | |||
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker | |
AF when necessary. OK henning@ | |||
2009-12-16 | Use log_ext_subtype() instead of the homebrew version (which actually got | Claudio Jeker | |
moved to bgpd but that does not matter). OK henning and sthen | |||
2009-12-08 | Must byte-swap extended community data before printing since it is in | Claudio Jeker | |
network byte order. Found and tested by Pete Vickers. | |||
2009-12-08 | Split out some code into own function to make the code a bit nicer. | Claudio Jeker | |
OK henning@ upon his request | |||
2009-12-08 | Big AID change part 2 bgpctl part. Cope with the changes in bgpd, more to | Claudio Jeker | |
follow. OK henning | |||
2009-12-01 | Update code to use the new AID address ids so that this works again with | Claudio Jeker | |
bgpd. Reads OK henning@ | |||
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker | |
logging. henning, sthen, michele like the idea | |||
2009-10-23 | errx -> err since the errno is set. | Claudio Jeker | |
2009-09-15 | In bgpctl sh nei, display whether a neighbour is set to use passive | Stuart Henderson | |
mode and/or E-BGP multihop. Ok and suggestions from claudio@ | |||
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker | |
independent LINK_STATE_DESCRIPTIONS. Code is now more or less a one to one copy of get_linkstate() in route/route.c. OK henning, michele, sthen, deraadt | |||
2009-07-23 | Update bgpctl show next to show all necessary info. This time OK henning@ | Claudio Jeker | |
2009-07-21 | sorry, but showing a diff, getting an explicit "not ok" and then committing | Henning Brauer | |
anyway without oks is not our process | |||
2009-07-20 | Try to show a more usable nexthop output. It may still change but at least | Claudio Jeker | |
it is better than what we had till now and syncs up with the last bgpd change. | |||
2009-06-06 | sync bgpd/bgpctl with the common imsg code, making it lib ready as well. | Eric Faurot | |
ok claudio@ pyr@ | |||
2009-06-06 | bgpctl part of allowing alternate RIBs to be shown. Had to use the | Claudio Jeker | |
keyword table because show rib rib foo is strange. | |||
2009-05-17 | Adjust for IMSG_CTL_SHOW_NETWORK change in the RDE. IMSG_CTL_SHOW_NETWORK is | Claudio Jeker | |
now using the same payload as IMSG_CTL_SHOW_RIB. | |||
2009-05-17 | Adjust show rib memory output after the monster commit to bgpd. | Claudio Jeker | |
2009-02-01 | embellish the output of bgpctl(8). | Igor Sobrado | |
ok claudio@ | |||
2008-12-12 | Make bgpctl priority aware. | Claudio Jeker | |
2008-12-10 | convert the aggregator's AS number into host byte order when | Stuart Henderson | |
displayed in "show rib detail". ok claudio@ | |||
2008-12-06 | the ellipsis allows more than one argument being specified. | Igor Sobrado | |
discussed with gilles@ ok jmc@ | |||
2008-06-07 | repair usage, jmc | Henning Brauer | |
2008-06-07 | teach the command lineparser about getopt style options after commands | Henning Brauer | |
use that for irrfilter mode. hints from theo a year ago, code by me a year ago, ok claudio a year ago | |||
2008-02-24 | Add missing space when printing ext. communities. | Claudio Jeker | |
2008-01-23 | extend bgpctl show rib detail output to include more attributes in the output. | Claudio Jeker | |
In addition to communities bgpctl now prints the aggregator, originator id, cluster list and extended communities if available. OK henning@ | |||
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer | |
the peer data. makes bgpctl display code independent from timer implementation internals. only running timers are displayed now, stopped ones are skipped. | |||
2007-12-20 | rework timers. | Henning Brauer | |
stop changing tienmr values directly, always use new timer_(get/set/stop/running) functions. preparation for more to come :) ok claudio | |||
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt | |
2007-09-11 | baudrate is 64bit now, plus print w/ %llu | Henning Brauer | |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | Claudio Jeker | |
on communities with 0 in them. | |||
2007-05-30 | bad henning | Otto Moerbeek | |
2007-04-23 | bgpctl needs to know about 4-byte AS numbers as well. | Claudio Jeker | |
2007-04-06 | Implement "bgpctl show neighbor <peer> terse" this will print all statistics | Claudio Jeker | |
in an easily parseable form. This output can be used to implement SNMP MIBs or rrdtool/mrtg update scripts. OK henning@ | |||
2007-04-06 | Include update statistics in the bgpctl show neighbor output. | Claudio Jeker | |
2007-03-31 | some KNF, partially pt out by rivo nurges <rix@estpak.ee> | Henning Brauer | |
2007-03-28 | add support for bgpctl show rib community <community> | Henning Brauer | |
mostly from rivo nurges <rix@estpak.ee>, ok claudio | |||
2007-03-16 | Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh. | Claudio Jeker | |
2007-03-03 | allow the directory for generated filter files to be set. defaults to cwd | Henning Brauer | |
2007-03-03 | add irrfilter mode. | Henning Brauer | |
generates bgpd filter rules from the Internet Routing Registry aka IRR aka the aut-num, as-set and route objects in the RIPE, ARIN, APNIC ... databases accessed via whois, using the Routing Policy Specificaion Language RPSL. implement the whois query interface, an RPSL parser (of course only the parts we need), recursive as-set resolver, prefixes per AS lookup, and an ouput module to make up the rules. work in progress, not ready for general consumption yet. import agreed by theo & claudio | |||
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 | |
between templates and real sessions more obvious. OK henning@ | |||
2007-01-27 | Make sure that the graceful restart capability is printed in any case. | Claudio Jeker | |
The printf() was only reachable if one of the other capabilities were set. | |||
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
2006-11-10 | cast to (long long) for %lld printfs | Henning Brauer | |
apparently from Jeff Rizzo <riz@NetBSD.org> via "Thomas E. Spanjaard" <tgen@netphreax.net>, with changes from me (as far as I remember, this is kinda old stuff). claudio ok |