From 9b380c8a3523f7d55decb90113a972dbbf00042f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20L=C3=BCssing?= Date: Thu, 15 Nov 2018 02:02:35 +0100 Subject: [PATCH] gluon-ebtables: build kernel with ebt_dnat and ebt_redirect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The redirect and dnat target are needed for gluon-alt-esc-client to forward frames to the selected, alternative gateways. Signed-off-by: Linus Lüssing --- package/gluon-core/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package/gluon-core/Config.in b/package/gluon-core/Config.in index 9def3c29..caf4f4c6 100644 --- a/package/gluon-core/Config.in +++ b/package/gluon-core/Config.in @@ -104,6 +104,10 @@ config KERNEL_BRIDGE_EBT_ARP bool select KERNEL_BRIDGE_NF_EBTABLES +config KERNEL_BRIDGE_EBT_DNAT + bool + select KERNEL_BRIDGE_NF_EBTABLES + config KERNEL_BRIDGE_EBT_IP bool select KERNEL_BRIDGE_NF_EBTABLES @@ -124,6 +128,9 @@ config KERNEL_BRIDGE_EBT_MARK_T bool select KERNEL_BRIDGE_NF_EBTABLES +config KERNEL_BRIDGE_EBT_REDIRECT + bool + select KERNEL_BRIDGE_NF_EBTABLES # Not all of the following modules are really required for Gluon, but fw3 pulls # them in, so we add them to the kernel config to reduce the number of loaded