diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2011-01-04 14:08:16 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2011-01-04 14:08:16 -0800 |
commit | 871890ad5952cd7f099f531453d8abe0b2f89ffc (patch) | |
tree | aa27ce83b94b5c0b9d29c57bd2f121d3926c124b /templates/protocols/ospfv3/area/node.def | |
parent | e5c6ff1660cb07e8b0f51ef18f5efa4da14e18e9 (diff) | |
download | vyatta-cfg-quagga-871890ad5952cd7f099f531453d8abe0b2f89ffc.tar.gz vyatta-cfg-quagga-871890ad5952cd7f099f531453d8abe0b2f89ffc.zip |
Revert "OSPFv3 templates replaced to correspond new backend"
This reverts commit d1bc0854513d794245bb53f4aa785abd4d70341f.
Diffstat (limited to 'templates/protocols/ospfv3/area/node.def')
-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 f3824397..73750abb 100644 --- a/templates/protocols/ospfv3/area/node.def +++ b/templates/protocols/ospfv3/area/node.def @@ -1,5 +1,6 @@ tag: type: txt help: OSPFv3 Area -syntax:expression: exec "/opt/vyatta/sbin/vyatta-ospfv3.pl --check-area --area=$VAR(@)" +syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-ospf-area $VAR(@)"; "Invalid OSFPv3 area \"$VAR(@)\" " +val_help: u32; OSPFv3 area in decimal notation val_help: ipv4; OSPFv3 area in dotted decimal notation |