gluon-ebtables: build kernel with ebt_dnat and ebt_redirect

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 <linus.luessing@c0d3.blue>
This commit is contained in:
Linus Lüssing 2018-11-15 02:02:35 +01:00
parent e56acfbec0
commit 9b380c8a35

View File

@ -104,6 +104,10 @@ config KERNEL_BRIDGE_EBT_ARP
bool bool
select KERNEL_BRIDGE_NF_EBTABLES select KERNEL_BRIDGE_NF_EBTABLES
config KERNEL_BRIDGE_EBT_DNAT
bool
select KERNEL_BRIDGE_NF_EBTABLES
config KERNEL_BRIDGE_EBT_IP config KERNEL_BRIDGE_EBT_IP
bool bool
select KERNEL_BRIDGE_NF_EBTABLES select KERNEL_BRIDGE_NF_EBTABLES
@ -124,6 +128,9 @@ config KERNEL_BRIDGE_EBT_MARK_T
bool bool
select KERNEL_BRIDGE_NF_EBTABLES 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 # 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 # them in, so we add them to the kernel config to reduce the number of loaded