diff options
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/ChangeLog | 5 | ||||
-rw-r--r-- | ripd/rip_routemap.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index bd487f64..3e3273ec 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,8 @@ +2005-05-28 Hasso Tepper <hasso at quagga.net> + + * rip_routemap.c: Fix set_metric_addsub_cmd help, it's not about BGP + metric. + 2005-05-26 Hasso Tepper <hasso at quagga.net> * 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 275f683e..e7692be0 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, |