* [libnetfilter-conntrack PATCH] qa: update test_api with IPv6 NAT
@ 2016-05-24 9:09 Arturo Borrero Gonzalez
2016-05-25 8:53 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-05-24 9:09 UTC (permalink / raw)
To: netfilter-devel
Comparators are not implemented.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
qa/test_api.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/qa/test_api.c b/qa/test_api.c
index 3742357..b96ecf7 100644
--- a/qa/test_api.c
+++ b/qa/test_api.c
@@ -178,6 +178,8 @@ static int test_nfct_cmp_api_single(struct nf_conntrack *ct1,
/* FIXME: not implemented comparators: */
case ATTR_SNAT_IPV4:
case ATTR_DNAT_IPV4:
+ case ATTR_SNAT_IPV6:
+ case ATTR_DNAT_IPV6:
case ATTR_SNAT_PORT:
case ATTR_DNAT_PORT:
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-25 8:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-24 9:09 [libnetfilter-conntrack PATCH] qa: update test_api with IPv6 NAT Arturo Borrero Gonzalez
2016-05-25 8:53 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).