summaryrefslogtreecommitdiffstats
path: root/tests/obj-table
blob: 548c26fa7741eac280eabea71db9bb92cb87d89e (plain)
1
2
3
4
5
6
7
8
9
10
11
#! nft -f

# table: add and delete table
add table filter
table delete filter

# table: deleting table with chain must fail
# FIXME: not implemented
# add table filter
# add chain filter output
# table delete filter