Re: [PATCH] xt_socket: checks for the state of nf_conntrack

From: David Miller
Date: Thu Apr 30 2009 - 12:39:31 EST


From: Laszlo Attila Toth <panther@xxxxxxxxxx>
Date: Thu, 30 Apr 2009 17:35:55 +0200

> xt_socket can use connection tracking, and checks whether it is a module.
>
> Signed-off-by: Laszlo Attila Toth <panther@xxxxxxxxxx>

I don't understand why we want what this is doing....

> + depends on !NF_CONNTRACK || NF_CONNTRACK

This means that if NF_CONNTRACK is modular, it won't allow
the xt_socket code to be built.

However, all of this stuff should be buildable modular.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/