Age | Commit message (Expand) | Author |
2009-02-01 | embellish the output of bgpctl(8). | Igor Sobrado |
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 |
2008-12-06 | the ellipsis allows more than one argument being specified. | Igor Sobrado |
2008-08-31 | Fix AS check in parse_community() -- well-known communities have the AS | Claudio Jeker |
2008-06-15 | Fix minor mem leak in case parse_addr() fails. | Claudio Jeker |
2008-06-11 | getcwd can return NULL on error, so handle that case properly. | Tobias Stoeckmann |
2008-06-07 | repair usage, jmc | Henning Brauer |
2008-06-07 | teach the command lineparser about getopt style options after commands | Henning Brauer |
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 |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-10-14 | do not fallthrough | 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 |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | Claudio Jeker |
2007-05-30 | bad henning | Otto Moerbeek |
2007-05-28 | on tsartup, along with saying which AS number we are building filters for, | Henning Brauer |
2007-05-28 | parse_asnum must return 0 (no match) if word is not an as number instead | Henning Brauer |
2007-05-27 | initialize pfx->pfx_maxlen too, rotting in my tree for some time | Henning Brauer |
2007-04-23 | bgpctl needs to know about 4-byte AS numbers as well. | Claudio Jeker |
2007-04-07 | tweak previous; ok claudio | Jason McIntyre |
2007-04-07 | Document the terse format outputs. Additional input by jmc@ | Claudio Jeker |
2007-04-06 | Implement "bgpctl show neighbor <peer> terse" this will print all statistics | Claudio Jeker |
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 |
2007-03-16 | Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh. | Claudio Jeker |
2007-03-07 | support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de> | Henning Brauer |
2007-03-06 | prepare, but leave disabled, verbose operation so that you can see what is | Henning Brauer |
2007-03-06 | another completely bogus route entry, this time openface in their own RR: | Henning Brauer |
2007-03-05 | RPSL spec says route: is single-valued... nontheless, in the APNIC db: | Henning Brauer |
2007-03-05 | better diagnostics on inet_net_pton failing | Henning Brauer |
2007-03-05 | correctly deal with hierarchical as-set names. | Henning Brauer |
2007-03-05 | convert all members of an as-set to uppercase on the fly. | Henning Brauer |
2007-03-05 | KNF | Henning Brauer |
2007-03-05 | need to eat whitespace at both ends of val | Henning Brauer |
2007-03-05 | KNF | Henning Brauer |
2007-03-05 | gremlins keep putting tiny KNF violations in my code in the hope I don't | Henning Brauer |
2007-03-05 | better error msg | Henning Brauer |
2007-03-05 | loop over the list calling prefix_aggregate until nothing can be aggregated | Henning Brauer |
2007-03-05 | lint happiness | Henning Brauer |
2007-03-05 | unused vars, lint | Henning Brauer |
2007-03-05 | in prefix_aggregate(), when we look at two neighbor prefixes, see wether | Henning Brauer |
2007-03-05 | do the prefix masking in network byte order | Henning Brauer |
2007-03-05 | sort out more specifics and mark the less specific covering them in a way | Henning Brauer |
2007-03-05 | switch to whois.radb.net. The RIPE whois server shows problems, indefinately | Henning Brauer |