mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +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:
committed by
Richard Purdie
parent
5191d13abe
commit
12da4527ea
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "35482df5d5ba0807eb8a7c40b554bd657e3f9987"
|
||||
SRCREV_meta ?= "7da5624a915368bb93814379e7e1c3bbefae4cae"
|
||||
SRCREV_meta ?= "4c31a115453dad875dda85786c4c34572d6c64a2"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user