diff options
| author | David Schweizer <dschweizer@opensourcerouting.org> | 2020-09-10 09:14:58 +0200 |
|---|---|---|
| committer | David Schweizer <dschweizer@opensourcerouting.org> | 2020-09-10 09:14:58 +0200 |
| commit | 12488d7c8dfef8a6f6386fe2ef356c7a95a9230e (patch) | |
| tree | 44a1826bd36267a4d0a7197d8f8c3efe48cc205a /lib/routemap_cli.c | |
| parent | add39cde9d316337b2b62a7367dd34d72c15bff9 (diff) | |
lib: fix negating set metric route-map command
Changed negating set metric route-map command to be usable in
conjunction with the affirming command.
Signed-off-by: David Schweizer <dschweizer@opensourcerouting.org>
Diffstat (limited to 'lib/routemap_cli.c')
| -rw-r--r-- | lib/routemap_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routemap_cli.c b/lib/routemap_cli.c index 920f6c7195..339d025124 100644 --- a/lib/routemap_cli.c +++ b/lib/routemap_cli.c @@ -763,7 +763,7 @@ DEFPY_YANG( DEFPY_YANG( no_set_metric, no_set_metric_cmd, - "no set metric [(0-4294967295)]", + "no set metric [OPTVAL]", NO_STR SET_STR "Metric value for destination routing protocol\n" |
