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

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

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