modules/admin-core: extend network schema to cover stp option
This commit is contained in:
parent
147a0ca54b
commit
3490fba805
1 changed files with 7 additions and 0 deletions
|
@ -340,6 +340,13 @@ config enum
|
|||
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'
|
||||
|
||||
|
||||
|
||||
config section
|
||||
|
|
Loading…
Reference in a new issue