* [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
* Re: [conntrack-tools PATCH] include/network.h: fix erroneus comment in NTA_(S|D)NAT_IPV6
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
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-06-06 11:24 UTC (permalink / raw)
To: Arturo Borrero Gonzalez; +Cc: netfilter-devel
On Fri, Jun 03, 2016 at 10:55:21AM +0200, Arturo Borrero Gonzalez wrote:
> We don't use 'struct nfct_attr_grp_ipv6', actually 'uint32_t * 4'.
Applied, thanks.
^ permalink raw reply [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).