Skip to content
  • Jelte Jansen's avatar
    added support for access to the configuration settings of other modules · 06da514e
    Jelte Jansen authored
    (on the python side)
    
    ModuleCCSession.add_remote_config(specfile) sets this up; you provide it the spec file of the module you want a setting from. Config updates will be caught so the get function below should always give you the latest error.
    (there is no rollback yet, so if the other module does not accept the new value for any reason this is currently missed here)
    
    ModuleCCSession.get_remote_config_value(module name, identifier) returns the same value,default tuple as ConfigData::get_value(identifier), but obviously for the remote module
    
    ModuleCCSession.remove_remote_config(module_name) removes the remote config settings again.
    
    
    git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1205 e5f2f494-b856-4b98-b285-d166d9295462
    06da514e