summaryrefslogtreecommitdiffstats
path: root/tests/expr/exthdr/exthdr_dccp_missing_flag_err.t
blob: 5c9f8086cbcc95852c3354065321b14ccf64a67e (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);
exthdr(NULL, "NFT_REG_1", "0", "4", "1", "4", NULL);
cmp("NFT_REG_1", "0", "00000001");
commit();