diff options
author | agh <from-github-vyos@agh2342.de> | 2020-02-09 12:42:12 +0100 |
---|---|---|
committer | agh <from-github-vyos@agh2342.de> | 2020-02-09 12:57:44 +0100 |
commit | 360bd83b8284f1eb0c6e704b73756829c6d496ca (patch) | |
tree | ae244a454cdc76fa822ab3d313b5628a2fe28100 /templates | |
parent | 5a1060a21dbc478c1aaaa4711e66bc882eeae114 (diff) | |
download | vyatta-cfg-quagga-360bd83b8284f1eb0c6e704b73756829c6d496ca.tar.gz vyatta-cfg-quagga-360bd83b8284f1eb0c6e704b73756829c6d496ca.zip |
protocols ospfv3: T2021: remove unsupported area notation from template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/ospfv3/area/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/area/node.def b/templates/protocols/ospfv3/area/node.def index 56e42038..7ca50a3c 100644 --- a/templates/protocols/ospfv3/area/node.def +++ b/templates/protocols/ospfv3/area/node.def @@ -2,5 +2,4 @@ tag: type: txt help: OSPFv3 Area 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 |