]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_routemap.c
ospfd: minor parser fixes
[mirror_frr.git] / ospfd / ospf_routemap.c
index 21dca9546ce2091cb3eda72beb35b6a2333760a2..33ddc67fccb4454a2758797470f2cf2aa2b6fd5b 100644 (file)
@@ -799,8 +799,8 @@ DEFUN (no_match_ip_address_prefix_list,
        MATCH_STR
        IP_STR
        "Match address of route\n"
-       "Match entries of prefix-lists\n")
-       "IP prefix-list name\n"
+       "Match entries of prefix-lists\n"
+       "IP prefix-list name\n")
 {
   char *pl = (argc == 6) ? argv[5]->arg : NULL;
   return ospf_route_match_delete (vty, vty->index, "ip address prefix-list", pl);
@@ -892,9 +892,9 @@ DEFUN (no_set_metric_type,
        "no set metric-type [<type-1|type-2>]",
        NO_STR
        SET_STR
-       "Type of metric for destination routing protocol\n")
+       "Type of metric for destination routing protocol\n"
        "OSPF[6] external type 1 metric\n"
-       "OSPF[6] external type 2 metric\n"
+       "OSPF[6] external type 2 metric\n")
 {
   char *ext = (argc == 4) ? argv[3]->text : NULL;
   return ospf_route_set_delete (vty, vty->index, "metric-type", ext);