#!/bin/bash

nsd-control zonestatus | awk '/zone:/{z=$2;badzone=0}/(commit|served)-serial: none/{if (badzone==0) {print z};badzone=1}'
