diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-07-26 11:24:29 +0300 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2020-07-26 11:24:38 +0300 |
commit | 19daa5d7363cd789561b1a4db34d9ffeaa5983b1 (patch) | |
tree | 97f443788e53f6cdf44fb1c4702973d501f9f35d | |
parent | 197a310b065442ea74ba3406b3240a3192b47d5c (diff) | |
download | vyatta-cfg-quagga-19daa5d7363cd789561b1a4db34d9ffeaa5983b1.tar.gz vyatta-cfg-quagga-19daa5d7363cd789561b1a4db34d9ffeaa5983b1.zip |
Revert "ospfv3: T2021: Change type validator for area"
This reverts commit 018261b3362ccc5df16884fe3af7ac2ee95d66f8.
I've imported a patch from the latest dev version of FRR
and now decimal area command works as expected,
so this limitation is no longer necessary.
-rw-r--r-- | templates/protocols/ospfv3/area/node.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/area/node.def b/templates/protocols/ospfv3/area/node.def index 4080cfb0..56e42038 100644 --- a/templates/protocols/ospfv3/area/node.def +++ b/templates/protocols/ospfv3/area/node.def @@ -1,5 +1,6 @@ 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: u32; OSPFv3 area in decimal notation val_help: ipv4; OSPFv3 area in dotted decimal notation |