diff options
author | hasso <hasso> | 2005-05-28 06:50:54 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-05-28 06:50:54 +0200 |
commit | 033e861222f07d68697aa883d9391a30c3e011c6 (patch) | |
tree | e21f614e529e61e4de6ed8c3d64cae12ed20c9c2 /ripd/rip_routemap.c | |
parent | * bgp_routemap.c: Stop leaking communities. (diff) | |
download | frr-033e861222f07d68697aa883d9391a30c3e011c6.tar.xz frr-033e861222f07d68697aa883d9391a30c3e011c6.zip |
Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192.
[backport candidate]
Diffstat (limited to '')
-rw-r--r-- | ripd/rip_routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_routemap.c b/ripd/rip_routemap.c index 275f683ed..e7692be04 100644 --- a/ripd/rip_routemap.c +++ b/ripd/rip_routemap.c @@ -971,7 +971,7 @@ ALIAS (set_metric, "set metric <+/-metric>", SET_STR "Metric value for destination routing protocol\n" - "Add or subtract BGP metric\n") + "Add or subtract metric\n") DEFUN (no_set_metric, no_set_metric_cmd, |