func cidrLine(network ipaddr.Prefix, orig []string) []string {
	return append([]string{network.String()}, orig...)
}