summaryrefslogtreecommitdiffstats
path: root/tests/expr/exthdr/exthdr_unsupp_err.t
blob: 3fe8ae3e5394fc475505ba6c764d2ee9674908e0 (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", NULL, "10", NULL);
cmp("NFT_REG_1", "0", "01020304");
commit();