#!/bin/bash

. $NFT_TEST_BASEDIR/helpers/set_flush_add_atomic_helpers

tmp=$(mktemp)

cleanup()
{
	set_flush_add_atomic_cleanup "$tmp"
}

trap cleanup EXIT

set_flush_add_create_topo "bitmap"

set_flush_add_atomic_run_test "$tmp" "icmp_type" "" "echo-reply, echo-request" "icmp type" || exit 1

exit 0
