--- zzzz-none-000/linux-2.6.28.10/net/ipv4/netfilter/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/net/ipv4/netfilter/Kconfig 2010-03-09 15:05:48.000000000 +0000 @@ -5,6 +5,13 @@ menu "IP: Netfilter Configuration" depends on INET && NETFILTER +config IFX_NF_ADDONS + bool 'IFX netfilter addons' + depends on IFX_ADDON + help + If chosen, all the additions done by IFX to netfilters + could be slected. It is recommended to be alwyas on. + config NF_DEFRAG_IPV4 tristate default n @@ -392,6 +399,14 @@ Allows altering the ARP packet payload: source and destination hardware and network addresses. + + + +if LANTIQ +#IFX plaform specific +source "net/ipv4/netfilter/Kconfig.ifx" +endif + endif # IP_NF_ARPTABLES endmenu