diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-17 08:30:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 08:30:56 +0200 |
commit | 2da4f6933afe0c95deee0480a468fcfb154d588a (patch) | |
tree | f4a63da50953ccd3d323889b78cd580e156c429b /templates/protocols | |
parent | 626732ffea9e891406876028ed5880cb0308cb3d (diff) | |
parent | 360bd83b8284f1eb0c6e704b73756829c6d496ca (diff) | |
download | vyatta-cfg-quagga-2da4f6933afe0c95deee0480a468fcfb154d588a.tar.gz vyatta-cfg-quagga-2da4f6933afe0c95deee0480a468fcfb154d588a.zip |
Merge pull request #41 from agh2342/feature/ospfv3-area-notation
protocols ospfv3: T2021: remove unsupported area notation from template
Diffstat (limited to 'templates/protocols')
-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 |