summaryrefslogtreecommitdiffstats
path: root/tests/expr/exthdr/exthdr_tcp_strip_ok.t
blob: 91c10eeeffe1d2af880430322718fcdd9d0db017 (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);
immediate("NFT_REG_1", NULL, NULL, NULL, "0102030401020304");
exthdr(NULL, NULL, NULL, NULL, "0", "1", NULL);
commit();