summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/protocols/ospf/area/node.tag/area-type/nssa/node.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/protocols/ospf/area/node.tag/area-type/nssa/node.def b/templates/protocols/ospf/area/node.tag/area-type/nssa/node.def
index 9b886467..bed9a704 100644
--- a/templates/protocols/ospf/area/node.tag/area-type/nssa/node.def
+++ b/templates/protocols/ospf/area/node.tag/area-type/nssa/node.def
@@ -20,8 +20,9 @@ end: if [ -f "/tmp/ospf-area-nssa.$PPID" ]; then
${vyatta_sbindir}/vyatta-check-typeless-node.pl \
"protocols ospf area $VAR(../../@) area-type nssa no-summary";
if [ $? -eq 0 ] ; then
- PARM="$PARM no-summary";
+ PARM2="no-summary";
fi;
vtysh -c "configure terminal" \
- -c "router ospf" -c "area $VAR(../../@) nssa $PARM";
+ -c "router ospf" -c "area $VAR(../../@) nssa $PARM2" -c "area $VAR(../../@) nssa $PARM"; \
fi;
+