self.uci.set_confdir( self.uci.confdir_default )
self.uci.load( config )
+ self.beenthere = { }
local co = self.uci.get_all( config )
function UVL.validate_section( self, config, section )
self.uci.set_confdir( self.uci.confdir_default )
self.uci.load( config )
+ self.beenthere = { }
local co = self.uci.get_all( config )
if co[section] then
function UVL.validate_option( self, config, section, option )
self.uci.set_confdir( self.uci.confdir_default )
self.uci.load( config )
+ self.beenthere = { }
local co = self.uci.get_all( config )
if co[section] and co[section][option] then