diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-04-09 12:04:39 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-04-09 12:04:39 -0700 |
commit | c9b4583f38f4bc7fedef6f05d31ef7ea2020473a (patch) | |
tree | 90e329b103b904144fef2f1eea2e6cb620ab215c /templates/protocols/ospf/parameters | |
parent | d26b9a2c82d8df98211d2362a3b235f8420eb0d1 (diff) | |
parent | 67c9ab299d135e8866e81868843197dd3aa78d02 (diff) | |
download | vyatta-cfg-quagga-c9b4583f38f4bc7fedef6f05d31ef7ea2020473a.tar.gz vyatta-cfg-quagga-c9b4583f38f4bc7fedef6f05d31ef7ea2020473a.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'templates/protocols/ospf/parameters')
-rw-r--r-- | templates/protocols/ospf/parameters/abr-type/node.def | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/protocols/ospf/parameters/abr-type/node.def b/templates/protocols/ospf/parameters/abr-type/node.def index b81d798e..3e63c885 100644 --- a/templates/protocols/ospf/parameters/abr-type/node.def +++ b/templates/protocols/ospf/parameters/abr-type/node.def @@ -2,14 +2,14 @@ type: txt help: Set OSPF ABR type default: "cisco" syntax:expression: $VAR(@) in "cisco", "ibm", "shortcut", "standard"; "Must be (cisco, ibm, shortcut, standard)" -update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ - -c \"router ospf\" \ - -c \"ospf abr-type $VAR(@)\"; " -delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ - -c \"router ospf\" \ - -c \"no ospf abr-type $VAR(@)\"; " +update: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ + -c "router ospf" \ + -c "ospf abr-type $VAR(@)"; +delete: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ + -c "router ospf" \ + -c "ospf abr-type cisco"; comp_help: possible completions: - cisco Set cisco ABR type (default) - ibm Set ibm ABR type - shortcut Set shortcut ABR type - standard Set standard ABR type + cisco Set cisco ABR type (default) + ibm Set ibm ABR type + shortcut Set shortcut ABR type + standard Set standard ABR type |