mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
Document host[:port] syntax, update CHANGES
This commit is contained in:
3
CHANGES
3
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 <depth>: limit recursion depth when expanding as-sets
|
||||
|
@@ -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`).
|
||||
|
||||
|
4
bgpq3.8
4
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).
|
||||
|
Reference in New Issue
Block a user