add TRILL option kconfig file in order to enable RBridge feature in linux Bridge
Signed-off-by: Ahmed Amamou <ah...@gandi.net> Signed-off-by: Kamel Haddadou <ka...@gandi.net> --- net/bridge/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/net/bridge/Kconfig b/net/bridge/Kconfig index aa0d3b2..2381567 100644 --- a/net/bridge/Kconfig +++ b/net/bridge/Kconfig @@ -60,3 +60,11 @@ config BRIDGE_VLAN_FILTERING Say N to exclude this support and reduce the binary size. If unsure, say Y. + +config TRILL + bool "Enable RBridge capabilities (RFC6325) (EXPERIMENTAL)" + depends on BRIDGE + default n + ---help--- + enable trill option on bridge to get Rbridge + If unsure, say N. -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html