mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
doc update
This commit is contained in:
@@ -140,7 +140,7 @@ Use specified sources only (recommended: RADB,RIPE,APNIC).
|
|||||||
|
|
||||||
#### -t
|
#### -t
|
||||||
|
|
||||||
Generate as-sets for OpenBGPD (OpenBSD 6.4+) and JSON formats.
|
Generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD and JSON formats.
|
||||||
|
|
||||||
#### -T
|
#### -T
|
||||||
|
|
||||||
|
2
bgpq3.8
2
bgpq3.8
@@ -117,7 +117,7 @@ generate sequence numbers in IOS-style prefix-lists.
|
|||||||
.It Fl S Ar sources
|
.It Fl S Ar sources
|
||||||
use specified sources only (recommended: RADB,RIPE,APNIC).
|
use specified sources only (recommended: RADB,RIPE,APNIC).
|
||||||
.It Fl t
|
.It Fl t
|
||||||
generate as-sets for OpenBGPD (OpenBSD 6.4+) and JSON formats.
|
generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD and JSON formats.
|
||||||
.It Fl T
|
.It Fl T
|
||||||
disable pipelining.
|
disable pipelining.
|
||||||
.It Fl W Ar len
|
.It Fl W Ar len
|
||||||
|
4
bgpq3.c
4
bgpq3.c
@@ -66,8 +66,8 @@ usage(int ecode)
|
|||||||
" RADB,RIPE,APNIC)\n");
|
" RADB,RIPE,APNIC)\n");
|
||||||
printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n");
|
printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n");
|
||||||
printf(" -T : disable pipelining (experimental, faster mode)\n");
|
printf(" -T : disable pipelining (experimental, faster mode)\n");
|
||||||
printf(" -t : generate as-sets for OpenBGPD (OpenBSD 6.4+) and "
|
printf(" -t : generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD "
|
||||||
"JSON formats\n");
|
"and JSON formats\n");
|
||||||
printf(" -U : generate config for Huawei (Cisco IOS by default)\n");
|
printf(" -U : generate config for Huawei (Cisco IOS by default)\n");
|
||||||
printf(" -W len : specify max-entries on as-path line (use 0 for "
|
printf(" -W len : specify max-entries on as-path line (use 0 for "
|
||||||
"infinity)\n");
|
"infinity)\n");
|
||||||
|
Reference in New Issue
Block a user