summaryrefslogtreecommitdiffstats
path: root/tests/expr/range/range-too-large-data-from_err.t
blob: ff2752cc98a9e733abeb57c07974a377e3997ed5 (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_REG_1", "1", "12", "4", NULL, NULL, NULL);
range("NFT_REG32_15", "0", "0102030405060708", "0405060701020304");
commit();