From ab75f7f7e3586a9fbcb34f4d333c1264210fd3ac Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 12 Dec 2023 18:25:26 -0500 Subject: [PATCH] stubnet --- setup.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 <