Re: [PATCH] netfilter: remove IPvX specific parts from nf_conntrack_l4proto.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Monday 2009-03-09 17:14, Christoph Paasch wrote:

>Moving the structure definitions to the corresponding IPvX specific header files.
>---
> include/net/netfilter/nf_conntrack_l4proto.h   |    5 +----
> net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c |    1 +
> net/netfilter/nf_conntrack_proto_tcp.c         |    2 ++
> net/netfilter/nf_conntrack_proto_udp.c         |    2 ++
> 4 files changed, 6 insertions(+), 4 deletions(-)


Seems good to go to me. Patrick?


>diff --git a/include/net/netfilter/nf_conntrack_l4proto.h b/include/net/netfilter/nf_conntrack_l4proto.h
>index debdaf7..16ab604 100644
>--- a/include/net/netfilter/nf_conntrack_l4proto.h
>+++ b/include/net/netfilter/nf_conntrack_l4proto.h
>@@ -90,10 +90,7 @@ struct nf_conntrack_l4proto
> 	struct module *me;
> };
> 
>-/* Existing built-in protocols */
>-extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp6;
>-extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4;
>-extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6;
>+/* Existing built-in generic protocol */
> extern struct nf_conntrack_l4proto nf_conntrack_l4proto_generic;
> 
> #define MAX_NF_CT_PROTO 256
>diff --git a/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c b/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
>index 727b953..e6852f6 100644
>--- a/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
>+++ b/net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
>@@ -26,6 +26,7 @@
> #include <net/netfilter/nf_conntrack_l4proto.h>
> #include <net/netfilter/nf_conntrack_l3proto.h>
> #include <net/netfilter/nf_conntrack_core.h>
>+#include <net/netfilter/ipv6/nf_conntrack_ipv6.h>
> 
> static bool ipv6_pkt_to_tuple(const struct sk_buff *skb, unsigned int nhoff,
> 			      struct nf_conntrack_tuple *tuple)
>diff --git a/net/netfilter/nf_conntrack_proto_tcp.c b/net/netfilter/nf_conntrack_proto_tcp.c
>index a1edb9c..7d3944f 100644

>[...]
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux