summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_area.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2016-10-13 02:20:16 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-10-13 02:59:24 +0200
commit6fbde29dafeaf7c6aab9789d3eaf0234e99eefb6 (patch)
tree17b5a45c2a06653283fbf3606bbd7d6154d51307 /ospf6d/ospf6_area.c
parent*: rename all instances of OSPFv6 to OSPF6 or OSPFv3 (diff)
downloadfrr-6fbde29dafeaf7c6aab9789d3eaf0234e99eefb6.tar.xz
frr-6fbde29dafeaf7c6aab9789d3eaf0234e99eefb6.zip
ospf6d: fix a few vty help strings
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_area.c')
-rw-r--r--ospf6d/ospf6_area.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c
index 1bb0458b3..3449ec3ff 100644
--- a/ospf6d/ospf6_area.c
+++ b/ospf6d/ospf6_area.c
@@ -436,8 +436,9 @@ ospf6_area_show (struct vty *vty, struct ospf6_area *oa)
DEFUN (area_range,
area_range_cmd,
"area <A.B.C.D|(0-4294967295)> range X:X::X:X/M [<advertise|not-advertise|cost (0-16777215)>]",
- "OSPF area parameters\n"
- OSPF6_AREA_ID_STR
+ "OSPF6 area parameters\n"
+ "OSPF6 area ID in IP address format\n"
+ "OSPF6 area ID as a decimal value\n"
"Configured address range\n"
"Specify IPv6 prefix\n"
"Advertise\n"
@@ -513,7 +514,7 @@ DEFUN (no_area_range,
no_area_range_cmd,
"no area A.B.C.D range X:X::X:X/M [<advertise|not-advertise>] [cost (0-16777215)]",
NO_STR
- "OSPF area parameters\n"
+ "OSPF6 area parameters\n"
OSPF6_AREA_ID_STR
"Configured address range\n"
"Specify IPv6 prefix\n")
@@ -734,10 +735,11 @@ DEFUN (area_import_list,
DEFUN (no_area_import_list,
no_area_import_list_cmd,
"no area A.B.C.D import-list NAME",
+ NO_STR
"OSPF6 area parameters\n"
"OSPF6 area ID in IP address format\n"
"Unset the filter for networks announced to other areas\n"
- "NAme of the access-list\n")
+ "Name of the access-list\n")
{
int idx_ipv4 = 2;
struct ospf6_area *area;
@@ -786,6 +788,7 @@ DEFUN (area_export_list,
DEFUN (no_area_export_list,
no_area_export_list_cmd,
"no area A.B.C.D export-list NAME",
+ NO_STR
"OSPF6 area parameters\n"
"OSPF6 area ID in IP address format\n"
"Unset the filter for networks announced to other areas\n"