]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 30 Dec 2016 03:38:07 +0000 (22:38 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:04:01 +0000 (12:04 +0000)
commit0a382b58c01bb359b225f48f312f696f0badf27b
tree86bd0e4174afd977754571ac6169b90995b2e9f8
parent6a8e6b66ff65cf849a3c34a506cf650abfef2420
linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables

This changes adds 'nat' table in iptables. The netfilter side
is already configured for NAT but iptables config was missing.

Further, CONFIG_IP_NF_TARGET* configured below depend on
CONFIG_IP_NF_NAT but remain disabled unless CONFIG_IP_NF_NAT
is explicitly enabled.

CONFIG_IP_NF_TARGET_MASQUERADE is needed by Connman to
support tethering.

Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb
meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb
meta/recipes-kernel/linux/linux-yocto_4.4.bb
meta/recipes-kernel/linux/linux-yocto_4.8.bb
meta/recipes-kernel/linux/linux-yocto_4.9.bb