mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
Move -L to input filters
This commit is contained in:
2
bgpq4.c
2
bgpq4.c
@ -47,6 +47,7 @@ usage(int ecode)
|
|||||||
printf(" -6 : generate IPv6 prefix-lists\n");
|
printf(" -6 : generate IPv6 prefix-lists\n");
|
||||||
printf(" -m len : maximum prefix length (default: 32 for IPv4, "
|
printf(" -m len : maximum prefix length (default: 32 for IPv4, "
|
||||||
"128 for IPv6)\n");
|
"128 for IPv6)\n");
|
||||||
|
printf(" -L depth : limit recursion depth (default: unlimited)\n"),
|
||||||
printf(" -w : 'validate' AS numbers: accept only ones with "
|
printf(" -w : 'validate' AS numbers: accept only ones with "
|
||||||
"registered routes\n");
|
"registered routes\n");
|
||||||
|
|
||||||
@ -59,7 +60,6 @@ usage(int ecode)
|
|||||||
printf(" -f number : generate input as-path access-list\n");
|
printf(" -f number : generate input as-path access-list\n");
|
||||||
printf(" -G number : generate output as-path access-list\n");
|
printf(" -G number : generate output as-path access-list\n");
|
||||||
printf(" -M match : extra match conditions for JunOS route-filters\n");
|
printf(" -M match : extra match conditions for JunOS route-filters\n");
|
||||||
printf(" -L depth : limit recursion depth (default: unlimited)\n"),
|
|
||||||
printf(" -l name : use specified name for generated access/prefix/.."
|
printf(" -l name : use specified name for generated access/prefix/.."
|
||||||
" list\n");
|
" list\n");
|
||||||
printf(" -R len : allow more specific routes up to specified masklen\n");
|
printf(" -R len : allow more specific routes up to specified masklen\n");
|
||||||
|
Reference in New Issue
Block a user