diff --git a/setup.sh b/setup.sh index 64d5142..6d51389 100755 --- a/setup.sh +++ b/setup.sh @@ -78,7 +78,6 @@ protocol static { EOF if [ -n "$ospf" ]; then interfacelist=$( - echo " area 0 {" echo " interface \"lo\" { stub; };" getval interface | while read -r inter; do val="$(getval "interface $inter" OSPF)" @@ -91,7 +90,6 @@ EOF echo " };" fi done - echo " };" ) cat <