From b59a39062b361801571094d8dc4e5fa20a986c44 Mon Sep 17 00:00:00 2001 From: Oleksandr Mamenko Date: Thu, 20 Sep 2018 22:50:19 +0200 Subject: T856 OSPF area-type NSSA --- templates/protocols/ospf/area/node.tag/area-type/nssa/node.def | 5 +++-- 1 file 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; + -- cgit v1.2.3