Added proto: none to network scheme
This commit is contained in:
parent
3001586c04
commit
a59d6a7877
1 changed files with 5 additions and 0 deletions
|
@ -112,6 +112,11 @@ config variable
|
||||||
option type 'enum'
|
option type 'enum'
|
||||||
option required true
|
option required true
|
||||||
|
|
||||||
|
config enum
|
||||||
|
option variable 'network.interface.proto'
|
||||||
|
option value 'none'
|
||||||
|
option title 'Disabled'
|
||||||
|
|
||||||
config enum
|
config enum
|
||||||
option variable 'network.interface.proto'
|
option variable 'network.interface.proto'
|
||||||
option value 'dhcp'
|
option value 'dhcp'
|
||||||
|
|
Loading…
Reference in a new issue