table ip this_is_a_table {
	map this_is_a_vmap {
		type ifname : verdict
		elements = { "eth0" : return,
			     "eth1" : return }
	}

	set this_is_a_set {
		type ipv4_addr
		flags interval
	}

	chain a_base_chain {
		type filter hook forward priority filter; policy accept;
		counter packets 0 bytes 0
	}
}