summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2008-02-27 15:44:23 -0800
committerStig Thormodsrud <stig@vyatta.com>2008-02-27 15:44:23 -0800
commitf8407a3cf509be10f119d270fe1076f5d4b55a13 (patch)
tree3f89cbbb41e60a7035ee3a416586c64bbbcac8af
parent3f6dcc65e75ddb0e231cc52c3a99e07a9a269c3f (diff)
downloadvyatta-cfg-quagga-f8407a3cf509be10f119d270fe1076f5d4b55a13.tar.gz
vyatta-cfg-quagga-f8407a3cf509be10f119d270fe1076f5d4b55a13.zip
Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - "commit failed"
-rw-r--r--templates/protocols/ospf/area/node.tag/area-type/nssa/translate/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/area/node.tag/area-type/nssa/translate/node.def b/templates/protocols/ospf/area/node.tag/area-type/nssa/translate/node.def
index 045c6bec..ff32811f 100644
--- a/templates/protocols/ospf/area/node.tag/area-type/nssa/translate/node.def
+++ b/templates/protocols/ospf/area/node.tag/area-type/nssa/translate/node.def
@@ -7,7 +7,7 @@ update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\"
-c \"area $VAR(../../../@) nssa translate-$VAR(@) \"; "
delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \
-c \"router ospf\" \
- -c \"no area $VAR(../../../@) nssa translate-$VAR(@) \"; "
+ -c \"area $VAR(../../../@) nssa translate-candidate \"; "
comp_help: possible completions:
always Configure NSSA-ABR to always translate
candidate Configure NSSA-ABR for translate election (default)