Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-01 | fix breakage; if this proves to be wrong, will be fixed later. at least | Federico G. Schwindt | |
make build will work now. | |||
2005-06-16 | use prefixlen2mask() instead of doing the bitshifting by hand; fixes the | Henning Brauer | |
zero prefixlen case (32 bit shift on 32 bit val -> undefined result) spotted by Moritz Grimm and otto | |||
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 | |
show_rib_summary_msg(). | |||
2005-06-07 | For show rib -- show_rib_summary_msg() and print_prefix() -- use log_addr() | Claudio Jeker | |
to print prefixes and nexthops and suddenly we can print IPv6 addresses that are stored in the RIB. Makes the code even simpler. OK henning@ | |||
2005-06-07 | In case strlcpy() indicates that a string was truncated fail with errx(). | Claudio Jeker | |
No need for other strange constructs. OK henning@ | |||
2005-06-06 | allow show fib to be limited to inet or inet6 families, claudio ok | Henning Brauer | |
2005-06-06 | add support for a "family" token, allows to select address families | 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 | |
neighbor detail display | |||
2005-06-05 | grr, more whitespace KNF, more carrot for claudio | Henning Brauer | |
2005-06-04 | do not print the tcp connection details when the session is IDLE, we | Henning Brauer | |
have no connection in that case | |||
2005-05-27 | Add a flag for specifying the socket to open to talk to bgpd. | Claudio Jeker | |
Needed for upcomming spamd madness. Requested and OK beck@ | |||
2005-05-23 | Make it possible to dynamicaly add networks with attributes like communities | Claudio Jeker | |
or metrics. Requested by beck@ OK henning@ | |||
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 | |
such for those as well, pointed out by claudio | |||
2005-03-14 | print interface and some stuff about it with the nexthops so it is easier | Henning Brauer | |
to see why a nexthop is treated invalid, claudio ok | |||
2005-02-09 | need to send IMSG_NETWORK_DONE after sending networks announcement. | Claudio Jeker | |
Similar to the fix commited by henning@ a few hours ago. OK henning@ | |||
2005-02-02 | usage() is __dead | Henning Brauer | |
pt out by Alexander v Gernler | |||
2004-12-31 | document using neighbor descriptions to specify neighbors where | Jared Yanovich | |
applicable. ok henning, jmc | |||
2004-12-23 | allo the "bgpctl show neighbor " commands to take the neighbor descr | Henning Brauer | |
too, claudio ok | |||
2004-12-23 | must only try to match PEERDESC of nothing else matched, it's just a string | Henning Brauer | |
and will match almost everything... | |||
2004-12-23 | allow "bgpctl neighbor" to take the peer's descr as argument as well | Henning Brauer | |
as its address so "bgpctl neighbor upstream1 clear" now works and you don't have to remember IPs claudio ok | |||
2004-11-19 | Rename struct as_filter to struct filter_as. | Claudio Jeker | |
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 | |
print carp interface status correctly | |||
2004-10-27 | typo, adresses -> addresses | Jared Yanovich | |
2004-10-26 | ease the parser a bit. | Henning Brauer | |
parse() now wants the first argv member to be the first argument it parses, i. e. it does not skip over argv[0] any more, caller has to account for that. the caller does the usual getopt followed by argv += optind; argc -= optind; dance so this is accounted for. in parse() don't use a seperate curarg counter, just in/decrease argv/argc claudio ok | |||
2004-10-26 | document -n | Henning Brauer | |
2004-10-26 | in the "show summary" view print the peer descr instead of the IP (if a descr | Henning Brauer | |
is given in the config, fall back to IP otherwise) new -n switch to force display of IPs claudio ok | |||
2004-10-26 | do /%u instead of /%6u for max_prefix, looks better, claudio ok | Henning Brauer | |
2004-09-23 | cosmetics | Henning Brauer | |
2004-09-21 | Don't pad the prefix count with 0. OK henning@ | Claudio Jeker | |
2004-09-16 | malloc ibuf instead of having it statically | Henning Brauer | |
2004-09-16 | cope with imsg API change | Henning Brauer | |
2004-08-20 | document "neighbor 1.2.3.4 clear" | Henning Brauer | |
2004-08-20 | add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again | Henning Brauer | |
claudio ok | |||
2004-08-06 | In bgpctl show summary report the current and max prefix count if state is | Claudio Jeker | |
established. OK henning@ | |||
2004-07-16 | - fix macros | Jared Yanovich | |
- bgp -> BGP - change description in FILES - sync to reality ok henning, jmc | |||
2004-06-17 | print '<cr>' instead of '(nothing)' when we hit the end token in the | Henning Brauer | |
context-dependent usage help | |||
2004-05-24 | Fix copy paste error pointed out by jmc@ | Claudio Jeker | |
2004-05-23 | some readability fixes, mainly keeping things in alphabetical order; | Jason McIntyre | |
ok henning@ | |||
2004-05-21 | Man page update to document the new network statements. OK henning@ | Claudio Jeker | |
2004-05-21 | Make it possible to add, delete, flush and show network announcements. | Claudio Jeker | |
OK henning@ | |||
2004-05-20 | check for strdup(3) failure was missing in one case, catched by | Henning Brauer | |
Andrey Matveev <andrushock@korovino.net> | |||
2004-05-06 | print Multiprotocol capabilities slightly nicer | Henning Brauer | |
2004-05-01 | becuase lint says so; henning ok | Theo de Raadt | |
2004-04-30 | missing full stop; | Jason McIntyre | |
2004-04-29 | document abbreviated commands -- same way as systat; ok henning | Theo de Raadt | |