summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ospf')
-rw-r--r--templates/protocols/ospf/access-list/node.tag/export/node.def2
-rw-r--r--templates/protocols/ospf/area/node.tag/network/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/access-list/node.tag/export/node.def b/templates/protocols/ospf/access-list/node.tag/export/node.def
index 0b1d1e1d..31806ebb 100644
--- a/templates/protocols/ospf/access-list/node.tag/export/node.def
+++ b/templates/protocols/ospf/access-list/node.tag/export/node.def
@@ -1,6 +1,6 @@
multi:
type: txt
-help: Set filter for outgoing routing updates
+help: Set filter for outgoing routing updates [REQUIRED]
syntax:expression: $VAR(@) in "bgp", "connected", "kernel", "rip", "static"; "Must be (bgp, connected, kernel, rip, or static)"
create: vyatta-vtysh -c "configure terminal" \
-c "router ospf" \
diff --git a/templates/protocols/ospf/area/node.tag/network/node.def b/templates/protocols/ospf/area/node.tag/network/node.def
index 99e6cf7e..55b2e632 100644
--- a/templates/protocols/ospf/area/node.tag/network/node.def
+++ b/templates/protocols/ospf/area/node.tag/network/node.def
@@ -1,6 +1,6 @@
multi:
type: ipv4net
-help: Set OSPF network
+help: Set OSPF network [REQUIRED]
syntax:expression: exec "${vyatta_sbindir}/check_prefix_boundary $VAR(@)"
create:vyatta-vtysh -c "configure terminal" \
-c "router ospf" -c "network $VAR(@) area $VAR(../@)"