]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospfd, ospf6d, ripd: Fix miscellaneous syntax errors
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 4 Oct 2016 01:13:44 +0000 (01:13 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 4 Oct 2016 01:13:44 +0000 (01:13 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospf6d/ospf6_interface.c
ospfd/ospf_vty.c
ripd/rip_interface.c

index 27788745d004a32d0b26937f1cbab024696150dd..3d65afc0353a5ec8ddecceb160a7794d859d76c8 100644 (file)
@@ -1300,7 +1300,7 @@ DEFUN (auto_cost_reference_bandwidth,
 
 DEFUN (no_auto_cost_reference_bandwidth,
        no_auto_cost_reference_bandwidth_cmd,
-       "no auto-cost reference-bandwidth [1-4294967]",
+       "no auto-cost reference-bandwidth [(1-4294967)]",
        NO_STR
        "Calculate OSPF interface cost according to bandwidth\n"
        "Use reference bandwidth method to assign OSPF cost\n"
index 3609299007063b2d6cda85b037cbf89edf6d3193..19c1c667469f75ae50f6856cde0f6754e591f665 100644 (file)
@@ -8146,7 +8146,7 @@ DEFUN (no_ospf_redistribute_source,
 
 DEFUN (ospf_redistribute_instance_source,
        ospf_redistribute_instance_source_cmd,
-       "redistribute <ospf|table> (1-65535) [<metric (0-16777214)|metric-type <1|2>|route-map WORD>]",
+       "redistribute <ospf|table> (1-65535) [<metric (0-16777214)|metric-type (1-2)|route-map WORD>]",
        REDIST_STR
        "Open Shortest Path First\n"
        "Non-main Kernel Routing Table\n"
@@ -8218,7 +8218,7 @@ DEFUN (ospf_redistribute_instance_source,
 
 DEFUN (no_ospf_redistribute_instance_source,
        no_ospf_redistribute_instance_source_cmd,
-       "no redistribute <ospf|table> (1-65535) [<metric (0-16777214)|metric-type <1|2>|route-map WORD>]",
+       "no redistribute <ospf|table> (1-65535) [<metric (0-16777214)|metric-type (1-2)|route-map WORD>]",
        NO_STR
        REDIST_STR
        "Open Shortest Path First\n"
index 4e37871456526df153ce3bfd693f4e77b72e60fb..5ee2c0f3128a019dcad4adbfcd7538e9c843e56e 100644 (file)
@@ -1379,7 +1379,7 @@ DEFUN (ip_rip_receive_version_1,
 
 DEFUN (ip_rip_receive_version_2,
        ip_rip_receive_version_2_cmd,
-       "ip rip receive version 2 1",
+       "ip rip receive version (2-2) (1-1)",
        IP_STR
        "Routing Information Protocol\n"
        "Advertisement reception\n"
@@ -1453,7 +1453,7 @@ DEFUN (ip_rip_send_version,
 
 DEFUN (ip_rip_send_version_1,
        ip_rip_send_version_1_cmd,
-       "ip rip send version 1 2",
+       "ip rip send version (1-1) (2-2)",
        IP_STR
        "Routing Information Protocol\n"
        "Advertisement transmission\n"
@@ -1474,7 +1474,7 @@ DEFUN (ip_rip_send_version_1,
 
 DEFUN (ip_rip_send_version_2,
        ip_rip_send_version_2_cmd,
-       "ip rip send version 2 1",
+       "ip rip send version (2-2) (1-1)",
        IP_STR
        "Routing Information Protocol\n"
        "Advertisement transmission\n"