Added proto: none to network scheme

This commit is contained in:
Steven Barth 2008-09-06 16:46:27 +00:00
parent 3001586c04
commit a59d6a7877

View file

@ -112,6 +112,11 @@ config variable
option type 'enum'
option required true
config enum
option variable 'network.interface.proto'
option value 'none'
option title 'Disabled'
config enum
option variable 'network.interface.proto'
option value 'dhcp'