1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

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.

(From OE-Core rev: 0a382b58c01bb359b225f48f312f696f0badf27b)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2016-12-29 22:38:07 -05:00
committed by Richard Purdie
parent 5191d13abe
commit 12da4527ea
9 changed files with 9 additions and 9 deletions
@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "1eb33152d655c73193cec17c4de04499e52b2faa"
SRCREV_meta ?= "68e8915786f48996e699272ba33626a44978a14e"
SRCREV_meta ?= "0cf14593694d33518aabd4846d50adeeb7f559ed"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"