summaryrefslogtreecommitdiffstats
path: root/tests/expr/numgen/numgen-overflow-offset_err.t
blob: adba353f1396d8344c69c0fd3667085f0c27da8e (plain)
1
2
3
4
5
6
7
add_table(NFPROTO_IPV4, "test", NULL, NULL, NULL);
add_chain("test", "0x1", NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
numgen("NFT_REG32_15", "2", "0", "0xffffffff");
byteorder("NFT_REG32_15", "NFT_REG32_15", "0", "4", "4");
cmp("NFT_REG32_15", "0", "01020304");
commit();