All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [libnetfilter-conntrack PATCH] qa: update test_api with IPv6 NAT
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-05-25  8:53 UTC (permalink / raw)
  To: Arturo Borrero Gonzalez; +Cc: netfilter-devel

On Tue, May 24, 2016 at 11:09:39AM +0200, Arturo Borrero Gonzalez wrote:
> Comparators are not implemented.

Applied, thanks Arturo.

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.