summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-11-25 21:11:28 +0100
committerDaniil Baturin <daniil@baturin.org>2018-11-25 21:11:28 +0100
commitb044a897acb35c31df7756e3d6d0c70bb2aab9da (patch)
treebaa8fa82d8d2c6807692646f781ddd112574ace7 /templates
parent7d8ac201a990be7664ec79d27c85076fdd079f85 (diff)
downloadvyatta-cfg-quagga-b044a897acb35c31df7756e3d6d0c70bb2aab9da.tar.gz
vyatta-cfg-quagga-b044a897acb35c31df7756e3d6d0c70bb2aab9da.zip
T981: disallow decimal area notation in OSPFv3 since neither FRR no Quagga support it.
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ospfv3/area/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/area/node.def b/templates/protocols/ospfv3/area/node.def
index 73750abb..56e42038 100644
--- a/templates/protocols/ospfv3/area/node.def
+++ b/templates/protocols/ospfv3/area/node.def
@@ -1,6 +1,6 @@
tag:
type: txt
help: OSPFv3 Area
-syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-ospf-area $VAR(@)"; "Invalid OSFPv3 area \"$VAR(@)\" "
+syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-ospfv3-area $VAR(@)"; "Invalid OSFPv3 area \"$VAR(@)\" "
val_help: u32; OSPFv3 area in decimal notation
val_help: ipv4; OSPFv3 area in dotted decimal notation