diff options
author | Johannes Moos <johannes.moos@de-cix.net> | 2023-03-18 15:33:48 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-03-18 15:36:05 +0100 |
commit | 231c63851e3a56201dd02abfbf3fce47a80f8ae0 (patch) | |
tree | 071b2d82f1038f9f4ad25beda63ea98ca9d432f3 /nest/config.Y | |
parent | 2b712554d18dfb09274c003315a573f8578270ec (diff) |
Add missing references to "show route in" in the cli-help and doc.
The feature of showing all prefixes inside the given one has been added
in v2.0.9 but not well documented. Fixing it by this update.
Text in doc and commit message added by commiter.
Diffstat (limited to 'nest/config.Y')
-rw-r--r-- | nest/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/config.Y b/nest/config.Y index b2aa0906..e78350ca 100644 --- a/nest/config.Y +++ b/nest/config.Y @@ -632,7 +632,7 @@ CF_CLI(SHOW INTERFACES SUMMARY,,, [[Show summary of network interfaces]]) { if_show_summary(); } ; CF_CLI_HELP(SHOW ROUTE, ..., [[Show routing table]]) -CF_CLI(SHOW ROUTE, r_args, [[[<prefix>|for <prefix>|for <ip>] [table <t>] [(import|export) table <p>.<c>] [filter <f>|where <cond>] [all] [primary] [filtered] [(export|preexport|noexport) <p>] [protocol <p>] [stats|count]]], [[Show routing table]]) +CF_CLI(SHOW ROUTE, r_args, [[[<prefix>|for <prefix>|for <ip>|in <prefix>] [table <t>] [(import|export) table <p>.<c>] [filter <f>|where <cond>] [all] [primary] [filtered] [(export|preexport|noexport) <p>] [protocol <p>] [stats|count]]], [[Show routing table]]) { rt_show($3); } ; r_args: |