netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [conntrack-tools PATCH] include/network.h: fix erroneus comment in NTA_(S|D)NAT_IPV6
@ 2016-06-03  8:55 Arturo Borrero Gonzalez
  2016-06-06 11:24 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-06-03  8:55 UTC (permalink / raw)
  To: netfilter-devel

We don't use 'struct nfct_attr_grp_ipv6', actually 'uint32_t * 4'.

Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
 include/network.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/network.h b/include/network.h
index ab04591..ec9fadf 100644
--- a/include/network.h
+++ b/include/network.h
@@ -229,8 +229,8 @@ enum nta_attr {
 	NTA_TCP_WSCALE_REPL,	/* uint8_t */
 	NTA_HELPER_NAME,	/* string (variable length) */
 	NTA_LABELS,		/* array of uint32_t (variable length) */
-	NTA_SNAT_IPV6,		/* struct nfct_attr_grp_ipv6 */
-	NTA_DNAT_IPV6,		/* struct nfct_attr_grp_ipv6 */
+	NTA_SNAT_IPV6,		/* uint32_t * 4 */
+	NTA_DNAT_IPV6,		/* uint32_t * 4 */
 	NTA_MAX
 };
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-06 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-03  8:55 [conntrack-tools PATCH] include/network.h: fix erroneus comment in NTA_(S|D)NAT_IPV6 Arturo Borrero Gonzalez
2016-06-06 11:24 ` 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).