On Wed, Jul 10, 2013 at 2:30 PM, Bruce Ashfield <[email protected]> wrote: > On Tue, Jul 9, 2013 at 9:05 AM, Francesco Del Degan > <[email protected]> wrote: >> >> The netfilter NAT feature has changed starting from 3.7 kernels, >> because ipv6 NAT introduction. > > Looks fine to me. I've staged the change locally, and will push it out in the > next day or so (I've got some other pending changes to sanitize). >
I've now merged the change. I'll do a meta SRCREV update on Monday. Cheers, Bruce > Bruce > >> >> New KConfig option is NF_NAT_IPV4 instead of NF_NAT. >> --- >> meta/cfg/kernel-cache/features/netfilter/netfilter.cfg | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/meta/cfg/kernel-cache/features/netfilter/netfilter.cfg >> b/meta/cfg/kernel-cache/features/netfilter/netfilter.cfg >> index 19240179..f8331ea 100644 >> --- a/meta/cfg/kernel-cache/features/netfilter/netfilter.cfg >> +++ b/meta/cfg/kernel-cache/features/netfilter/netfilter.cfg >> @@ -79,6 +79,7 @@ CONFIG_IP_NF_TARGET_REJECT=m >> CONFIG_IP_NF_TARGET_ULOG=m >> CONFIG_NF_NAT=m >> CONFIG_NF_NAT_NEEDED=y >> +CONFIG_NF_NAT_IPV4=m >> CONFIG_IP_NF_TARGET_MASQUERADE=m >> CONFIG_IP_NF_TARGET_NETMAP=m >> CONFIG_IP_NF_TARGET_REDIRECT=m >> -- >> 1.8.1.2 >> >> >> _______________________________________________ >> linux-yocto mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/linux-yocto > > > > -- > "Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end" -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
