diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-10 16:42:31 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2020-08-11 06:03:44 +0200 |
commit | 6aa15aebc3d472985f6cf51c91069130710061b3 (patch) | |
tree | 0de5768106cf1333c2015b2a55ea458a692ec39b /isisd/isis_cli.c | |
parent | isisd: don't display summary information of inactive SPF instances (diff) | |
download | frr-6aa15aebc3d472985f6cf51c91069130710061b3.tar.xz frr-6aa15aebc3d472985f6cf51c91069130710061b3.zip |
isisd: normalize CLI help strings to always use IS-IS
Some commands were using IS-IS while others were using ISIS. Fix
this inconsistency (prefer the former option for obvious reasons).
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_cli.c')
-rw-r--r-- | isisd/isis_cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_cli.c b/isisd/isis_cli.c index cd75116c5..4c2bcc774 100644 --- a/isisd/isis_cli.c +++ b/isisd/isis_cli.c @@ -1154,7 +1154,7 @@ DEFPY_YANG(isis_default_originate, isis_default_originate_cmd, "Distribute default route into level-2\n" "Always advertise default route\n" "Metric for default route\n" - "ISIS default metric\n" + "IS-IS default metric\n" "Route map reference\n" "Pointer to route-map entries\n") { @@ -1228,7 +1228,7 @@ DEFPY_YANG(isis_redistribute, isis_redistribute_cmd, "Redistribute into level-1\n" "Redistribute into level-2\n" "Metric for redistributed routes\n" - "ISIS default metric\n" + "IS-IS default metric\n" "Route map reference\n" "Pointer to route-map entries\n") { |