From f8407a3cf509be10f119d270fe1076f5d4b55a13 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Wed, 27 Feb 2008 15:44:23 -0800 Subject: Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - "commit failed" --- .../protocols/ospf/area/node.tag/area-type/nssa/translate/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/protocols/ospf') 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) -- cgit v1.2.3