diff options
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/ospf/area/node.tag/area-type/nssa/translate/node.def | 2 |
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) |