From: hasso Date: Sat, 28 May 2005 04:50:54 +0000 (+0000) Subject: Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192. X-Git-Tag: frr-2.0-rc1~2993 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=033e861222f07d68697aa883d9391a30c3e011c6;p=mirror%2Ffrr.git Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192. [backport candidate] --- diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 2969c3261c..5f84567466 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,7 @@ +2005-05-28 Hasso Tepper + + * bgp_routemap.c: Sync set_metric_addsub_cmd with ripd. + 2005-05-27 Hasso Tepper * bgp_routemap.c: Stop leaking communities. diff --git a/bgpd/bgp_routemap.c b/bgpd/bgp_routemap.c index 6c10987bd1..d8944ef740 100644 --- a/bgpd/bgp_routemap.c +++ b/bgpd/bgp_routemap.c @@ -2853,7 +2853,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, diff --git a/ripd/ChangeLog b/ripd/ChangeLog index bd487f6413..3e3273ec0d 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,8 @@ +2005-05-28 Hasso Tepper + + * rip_routemap.c: Fix set_metric_addsub_cmd help, it's not about BGP + metric. + 2005-05-26 Hasso Tepper * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender diff --git a/ripd/rip_routemap.c b/ripd/rip_routemap.c index 275f683ed7..e7692be045 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,