diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-07-26 11:25:15 +0300 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2020-07-26 11:25:28 +0300 |
commit | 30dd5d4107d6dc7f23ab196f9b3d6ed8a0072073 (patch) | |
tree | 56e1ec9b63824ab3613a943eb9ecdbe79adbaf19 /templates/protocols | |
parent | 89be33b1c4a977825c40cdd8f9575cfe14956339 (diff) | |
download | vyatta-cfg-quagga-30dd5d4107d6dc7f23ab196f9b3d6ed8a0072073.tar.gz vyatta-cfg-quagga-30dd5d4107d6dc7f23ab196f9b3d6ed8a0072073.zip |
Revert "ospfv3: T2021: Change type validator for area"
This reverts commit cdceed6f8dffe4bb12f48e193591784f416b2bab.
I've imported a fix from the latest dev version of FRR,
so this limitation is no longer necessary.
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/ospfv3/area/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/area/node.def b/templates/protocols/ospfv3/area/node.def index 4080cfb0..7ca50a3c 100644 --- a/templates/protocols/ospfv3/area/node.def +++ b/templates/protocols/ospfv3/area/node.def @@ -1,5 +1,5 @@ tag: -type: ipv4 +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: ipv4; OSPFv3 area in dotted decimal notation |