summaryrefslogtreecommitdiffstats
path: root/tests/expr/ct/17-zone-bad-dir_err.t
blob: 2d49ecc8e6a911455f4f024e076c70daa73ba781 (plain)
1
2
3
4
5
6
add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
add_chain("test", NULL, NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
ct(NULL, "NFT_REG32_15", "17", "2");
cmp("NFT_REG32_15", "0", "ffff");
commit();