Re: [resend2 net-next] socket: added mtinfo with 'transparent' flag

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

 



Laszlo Attila Toth wrote:
 net/netfilter/xt_socket.c |   63 +++++++++++++++++++++++++++++++++++++--------

+#include <linux/netfilter/xt_socket.h>

-ENOCOMPILE

+	{
+		.name		= "socket",
+		.revision	= 1,
+		.family		= AF_INET,

NFPROTO_IPV4 please.

+		.match		= socket_mt_v1,
+		.matchsize	= sizeof(struct xt_socket_mtinfo1),
+		.hooks		= 1 << NF_INET_PRE_ROUTING,
+		.me		= THIS_MODULE,
+	},
--
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