1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

doc update

This commit is contained in:
Alexandre Snarskii
2018-10-04 13:36:38 +03:00
parent e49e16acd3
commit 1fe9a678d5
3 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ Use specified sources only (recommended: RADB,RIPE,APNIC).
#### -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

View File

@@ -117,7 +117,7 @@ generate sequence numbers in IOS-style prefix-lists.
.It Fl S Ar sources
use specified sources only (recommended: RADB,RIPE,APNIC).
.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
disable pipelining.
.It Fl W Ar len

View File

@@ -66,8 +66,8 @@ usage(int ecode)
" RADB,RIPE,APNIC)\n");
printf(" -s : generate sequence numbers in prefix-lists (IOS only)\n");
printf(" -T : disable pipelining (experimental, faster mode)\n");
printf(" -t : generate as-sets for OpenBGPD (OpenBSD 6.4+) and "
"JSON formats\n");
printf(" -t : generate as-sets for OpenBGPD (OpenBSD 6.4+), BIRD "
"and JSON formats\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 "
"infinity)\n");