1 2 3 4 5 6 7 8 9
table inet filter { chain x { } chain input { type filter hook input priority filter; policy accept; jump x } }