mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
28 lines
691 B
Text
28 lines
691 B
Text
if PACKAGE_bridgemngr
|
|
|
|
config BRIDGEMNGR_BRIDGE_VLAN
|
|
bool "Use bridge-vlan backend"
|
|
help
|
|
Set this option to use bridge-vlan as backend for VLAN objects.
|
|
|
|
config BRIDGEMNGR_COPY_PBITS
|
|
bool "Copy pbits from cvlan to svlan"
|
|
default y
|
|
help
|
|
Set this option to copy cvlan pbits to svlan pbits by default (driver vlan).
|
|
|
|
config BRIDGEMNGR_BRIDGE_VENDOR_EXT
|
|
bool "Use bridge BBF vendor extensions"
|
|
default y
|
|
help
|
|
Set this option to use bridge BBF vendor extensions.
|
|
|
|
config BRIDGEMNGR_BRIDGE_VENDOR_PREFIX
|
|
string "Package specific datamodel Vendor Prefix for TR181 extensions"
|
|
default ""
|
|
|
|
config BRIDGEMNGR_NEW_DM_SUPPORT
|
|
bool "Use new DM framework support"
|
|
default y
|
|
|
|
endif
|