mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
* add support for compile time flag BRIDGEMNGR_BRIDGE_VLAN * if this flag is set data model code will use bridge-vlan sections to implement vlans on bridges * if this flag is not set (default), then the data model code will use driver level vlans (8021q sections) as always
11 lines
196 B
Text
11 lines
196 B
Text
if PACKAGE_bridgemngr
|
|
|
|
menu "Configuration"
|
|
|
|
config BRIDGEMNGR_BRIDGE_VLAN
|
|
bool "Use bridge-vlan backend"
|
|
help
|
|
Set this option to use bridge-vlan as backend for VLAN objects.
|
|
|
|
endmenu
|
|
endif
|