summaryrefslogtreecommitdiffstats
path: root/tests/expr/exthdr/exthdr_ipv6_no_op_ok.t
blob: a671ffcb1e3b3d45b3aaaa7523be26817a11fa70 (plain)
1
2
3
4
5
6
add_table(NFPROTO_IPV6, "test", NULL, NULL, NULL);
add_chain("test", "0x1", NULL, NULL, NULL);
add_rule("test", "0x1", NULL, NULL, NULL);
exthdr(NULL, "NFT_REG_1", "0", "4", "0", NULL, NULL);
cmp("NFT_REG_1", "0", "01020304");
commit();