summaryrefslogtreecommitdiffstats
path: root/tests/expr/payload/payload-len-too-large-reg32-15_err.t
blob: 9c8e5f364c7bedcd2ebab04c3d5ba9fb95edcefa (plain)
1
2
3
4
5
6
add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
add_chain("test", "0x1", NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
payload(NULL, "NFT_REG32_15", "1", "12", "8", NULL, NULL, NULL);
cmp("NFT_REG_1", "0", "01020304");
commit();