Remove hvn2/hvn3.lab, they have been decommissioned

This commit is contained in:
Pim van Pelt
2026-02-22 19:43:52 +00:00
parent 1575b4f6d6
commit 14c20554b8
579 changed files with 2 additions and 14181 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
for o in frr bird; do
for i in `seq 0 3`; do
./generate --host hvn$i.lab.ipng.ch --overlay $o
for i in 0 1; do
./generate -d --host hvn$i.lab.ipng.ch --overlay $o
done
done