Skip to content
Snippets Groups Projects
Commit cb35b0d1 authored by T-X's avatar T-X Committed by Andreas Ziegler
Browse files

gluon-ebtables: build kernel with ebt_dnat and ebt_redirect (#1472)


The redirect and dnat target are needed for gluon-alt-esc-client to
forward frames to the selected, alternative gateways.

Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
parent e2e36921
No related branches found
No related tags found
No related merge requests found
...@@ -104,6 +104,10 @@ config KERNEL_BRIDGE_EBT_ARP ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment