modules/admin-core: extend network schema to cover stp option

This commit is contained in:
Jo-Philipp Wich 2009-05-29 22:54:47 +00:00
parent 147a0ca54b
commit 3490fba805

View file

@ -339,6 +339,13 @@ config enum
option variable 'network.interface.type'
option value 'bridge'
option title 'This is a bridge interface'
config variable
option name 'stp'
option title 'Enable STP'
option section 'network.interface.stp'
option datatype 'boolean'
option depends 'type=bridge'