]> git.puffer.fish Git - mirror/frr.git/commitdiff
Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192.
authorhasso <hasso>
Sat, 28 May 2005 04:50:54 +0000 (04:50 +0000)
committerhasso <hasso>
Sat, 28 May 2005 04:50:54 +0000 (04:50 +0000)
[backport candidate]

bgpd/ChangeLog
bgpd/bgp_routemap.c
ripd/ChangeLog
ripd/rip_routemap.c

index 2969c3261cd5e40fd700c8d4314c034c33340bd6..5f8456746671e3d5eaab7fc2c24328faf66273e0 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-28 Hasso Tepper <hasso at quagga.net>
+
+       * bgp_routemap.c: Sync set_metric_addsub_cmd with ripd.
+
 2005-05-27 Hasso Tepper <hasso at quagga.net>
 
        * bgp_routemap.c: Stop leaking communities.
index 6c10987bd19cf45c56c5a6c538100a15e84cc2f4..d8944ef740a8a0281d6544b6767f5129f26ed3a2 100644 (file)
@@ -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,
index bd487f64135b55d64d1a2443a684edaff2cfdc2e..3e3273ec0d08cd167d6c0ad484e9c9a2cc041c97 100644 (file)
@@ -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
index 275f683ed7df598ecec67433a0d2b213827494ff..e7692be0458fce16735f77f9dc2b200197908f1a 100644 (file)
@@ -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,