#!/bin/bash

set -e

$NFT -f - <<EOF
table ip t {
	set X {
		type inet_service
		flags interval
		elements = { 10, 30-30, 30, 35 }
	}
}
EOF
