summaryrefslogtreecommitdiffstats
path: root/tests/expr/exthdr/exthdr_tcp_dreg_ok.t
blob: 4a214dec2657fe3806f8953ac0b397e4d48471f9 (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", "2", "4", "0", "1", NULL);
cmp("NFT_REG_1", "0", "01020304");
commit();