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

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

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