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