]> git.puffer.fish Git - mirror/frr.git/commitdiff
OSPF distance command does not accept "external <1-255>"
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 10 Feb 2016 21:02:23 +0000 (21:02 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 10 Feb 2016 21:02:23 +0000 (21:02 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospfd/ospf_vty.c

index 18207ee23810089bd029527d31c2adc2b682d216..b47679002c3b890b35fd0d6434f130a75dc49d91 100644 (file)
@@ -8512,7 +8512,7 @@ DEFUN (no_ospf_distance_ospf,
 DEFUN (ospf_distance_ospf,
        ospf_distance_ospf_cmd,
        "distance ospf "
-         "(intra-area <1-255>|inter-area <1-255>|external <1-255>)",
+         "{intra-area <1-255>|inter-area <1-255>|external <1-255>}",
        "Define an administrative distance\n"
        "OSPF Administrative distance\n"
        "Intra-area routes\n"