Re: [Ebtables configuration] CONFIG_BRIDGE_NETFILTER ebtables dependency

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is indeed not the original intention. A fix to solve a build problem slipped in that actually changed the dependency from the original NETFILTER to BRIDGE_NETFILTER.
The attached patch reverts this change.

cheers,
Bart

Signed-off-by: Bart De Schuymer <bdschuym@xxxxxxxxxx>


On 29-06-11 10:25, Sébastien LAVEZE wrote:
Hi all,
Since a while I noticed that ebtables configuration is dependent upon
CONFIG_BRIDGE_NETFILTER.
Is there any specific reason for this ? There was not this dependency
in the past and on top of it the description of bridge-netfilter in
net/KConfig says the opposite:

" Enabling this option will let arptables resp. iptables see bridged
       ARP resp. IP traffic. If you want a bridging firewall, you probably
       want this option enabled.
       Enabling or disabling this option doesn't enable or disable
       ebtables.

       If unsure, say N."


Thanks,
Sebastien
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



--
Bart De Schuymer
www.artinalgorithms.be

--- linux/net/bridge/netfilter/Kconfig.ori	2011-06-29 22:32:38.702734999 +0200
+++ linux/net/bridge/netfilter/Kconfig	2011-06-29 22:33:33.702734999 +0200
@@ -4,7 +4,7 @@
 
 menuconfig BRIDGE_NF_EBTABLES
 	tristate "Ethernet Bridge tables (ebtables) support"
-	depends on BRIDGE && BRIDGE_NETFILTER
+	depends on BRIDGE && NETFILTER
 	select NETFILTER_XTABLES
 	help
 	  ebtables is a general, extensible frame/packet identification

[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux