diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-07-24 16:50:57 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 16:50:57 +0700 |
commit | 197a310b065442ea74ba3406b3240a3192b47d5c (patch) | |
tree | 8eee60ff5a5d41ab21151f145b20d6be79566b1d | |
parent | 10970b948889c278c0d2ec8721d2fc6f7886e8e6 (diff) | |
parent | 018261b3362ccc5df16884fe3af7ac2ee95d66f8 (diff) | |
download | vyatta-cfg-quagga-197a310b065442ea74ba3406b3240a3192b47d5c.tar.gz vyatta-cfg-quagga-197a310b065442ea74ba3406b3240a3192b47d5c.zip |
Merge pull request #53 from sever-sever/T2021-crux
ospfv3: T2021: Change type validator for area
-rw-r--r-- | templates/protocols/ospfv3/area/node.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/protocols/ospfv3/area/node.def b/templates/protocols/ospfv3/area/node.def index 56e42038..4080cfb0 100644 --- a/templates/protocols/ospfv3/area/node.def +++ b/templates/protocols/ospfv3/area/node.def @@ -1,6 +1,5 @@ tag: -type: txt +type: ipv4 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 |