From: David Schweizer Date: Thu, 10 Sep 2020 07:14:58 +0000 (+0200) Subject: lib: fix negating set metric route-map command X-Git-Tag: frr-7.5~11^2~50 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=df04cad9feb892b6a7f8291d38ee8bd129f89df9;p=matthieu%2Ffrr.git 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 --- 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"