#!/bin/sh

for o in frr bird; do 
  for i in 0 1; do
    ./generate --host hvn$i.lab.ipng.ch --overlay $o $*
  done
done

