[linux-yocto] [PATCH] bridge: enable EBTABLES

michel.thebeau at windriver.com michel.thebeau at windriver.com
Fri Nov 22 12:21:59 PST 2013


From: Michel Thebeau <michel.thebeau at windriver.com>

All the BRIDGE_EBT configs depend on EBTABLES.  Add the additional
BRIDGE_EBT configs per request.

Signed-off-by: Michel Thebeau <michel.thebeau at windriver.com>
---
Hi Bruce,

Per our conversation, you wanted this on the linux-yocto list.  This is
needed for libvirtd to run /sbin/ebtables.

M


 meta/cfg/kernel-cache/cfg/net/bridge.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/cfg/kernel-cache/cfg/net/bridge.cfg b/meta/cfg/kernel-cache/cfg/net/bridge.cfg
index 8b8016d..00d61c0 100644
--- a/meta/cfg/kernel-cache/cfg/net/bridge.cfg
+++ b/meta/cfg/kernel-cache/cfg/net/bridge.cfg
@@ -20,3 +20,7 @@ CONFIG_BRIDGE_EBT_MARK_T=m
 CONFIG_BRIDGE_EBT_REDIRECT=m
 CONFIG_BRIDGE_EBT_SNAT=m
 CONFIG_BRIDGE_EBT_LOG=m
+CONFIG_BRIDGE_EBT_IP6=m
+CONFIG_BRIDGE_EBT_NFLOG=m
+CONFIG_BRIDGE_EBT_ULOG=m
+CONFIG_BRIDGE_NF_EBTABLES=m
-- 
1.8.4.93.g57e4c17



More information about the linux-yocto mailing list