diff options
author | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-06 13:47:45 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@uffda.(none)> | 2007-11-06 13:47:45 -0800 |
commit | 206873af79606eb170fbff26137634bab475fec0 (patch) | |
tree | 981c57f04fce6d9f83e0eb94c6a8e319eb3d8b36 /templates | |
parent | 657890aac205c39b63a462cb5b84ac5d47faf379 (diff) | |
download | vyatta-cfg-quagga-206873af79606eb170fbff26137634bab475fec0.tar.gz vyatta-cfg-quagga-206873af79606eb170fbff26137634bab475fec0.zip |
Fix ospf area validation and move error message to template file.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/ospf/area/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/area/node.def b/templates/protocols/ospf/area/node.def index 22cb1ca0..d733005c 100644 --- a/templates/protocols/ospf/area/node.def +++ b/templates/protocols/ospf/area/node.def @@ -1,5 +1,5 @@ tag: type: txt -syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-ospf-area $(@)" +syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-ospf-area $(@)"; "Invalid OSFP area \"$(@)\" " help: "Area" |