diff --git a/CHANGES b/CHANGES index 18a2e3b..95c1e32 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ untagged yet (2015-07-13) - gotcha: "ANY" object in recursive mode ignored: shut complaints on "ERROR:unexpected object 'ANY' in expanded_macro_limit (in response to !iAS-SET-SCOPESKY)" (object contains mbrs-by-ref: ANY). + (additions from 2015-08-30) + - bugfix: OpenBSD sys/queue.h does not have STAILQ_ interface. Untested yet. + - feature: alternate whois port can be configured with -h host[:port] 0.1.32-rc5 (2015-07-12) - feature: -L : limit recursion depth when expanding as-sets diff --git a/README.md b/README.md index f78c982..8939aed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ SYNOPSIS -------- ``` - bgpq3 [-h host] [-S sources] [-EP] [-f asn | -G asn] [-2346AbDdJjpsX] [-F fmt] [-r len] [-R len] [-m max] [-W len] OBJECTS [...] EXCEPT OBJECTS + bgpq3 [-h host[:port]] [-S sources] [-EP] [-f asn | -G asn] [-2346AbDdJjpsX] [-F fmt] [-r len] [-R len] [-m max] [-W len] OBJECTS [...] EXCEPT OBJECTS ``` DESCRIPTION @@ -65,7 +65,7 @@ Generate output in user-defined format. Generate output as-path access-list. -#### -h `host` +#### -h `host[:port]` Host running IRRD database (default: `whois.radb.net`). diff --git a/bgpq3.8 b/bgpq3.8 index 75e3815..aa11035 100644 --- a/bgpq3.8 +++ b/bgpq3.8 @@ -30,7 +30,7 @@ .Nd "bgp filtering automation for cisco and juniper routers" .Sh SYNOPSIS .Nm -.Op Fl h Ar host +.Op Fl h Ar host[:port] .Op Fl S Ar sources .Op Fl EP .Oo @@ -74,7 +74,7 @@ route-filters (Juniper). generate input as-path access-list. .It Fl G Ar number generate output as-path access-list. -.It Fl h Ar host +.It Fl h Ar host[:port] host running IRRD database (default: whois.radb.net). .It Fl J generate config for Juniper (default: Cisco).