On Fri, 2 Aug 2002, Marc-Christian Petersen wrote:
> Hi there,
>
> ipchains isn't able to be loaded as a module, even there is no iptables
> loaded. .config is attached.
>
> root@codeman:[/] > modprobe ipchains
> Warning: loading /lib/modules/2.4.19-rc5/kernel/net/ipv4/netfilter/ipchains.o
> will taint the kernel: non-GPL license - BSD without advertisement clause
>...
The following trivial patch taken from 2.4.20-pre1-ac1 fixes it:
--- linux.20pre1/net/ipv4/netfilter/ipchains_core.c 2002-08-06 15:40:34.000000000 +0100
+++ linux.20pre1-ac1/net/ipv4/netfilter/ipchains_core.c 2002-08-06 15:41:56.000000000 +0100
@@ -1779,4 +1779,4 @@
#endif
return ret;
}
-MODULE_LICENSE("BSD without advertisement clause");
+MODULE_LICENSE("Dual BSD/GPL");
Marcelo:
Please include this patch in 2.4.20.
cu
Adrian
--You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:19 EST