summaryrefslogtreecommitdiffstats
path: root/tests/expr/ct/08-src-ip6_ok.t
blob: 4af6ca7c74d2887b9afc7d2adad7372f3c147c8d (plain)
1
2
3
4
5
6
add_table(NFPROTO_IPV6, "test", NULL, NULL, NULL);
add_chain("test", NULL, NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
ct(NULL, "NFT_REG32_12", "8", "0");
cmp("NFT_REG32_12", "0", "01020304010203040102030401020304");
commit();