Currently, NETCONF service can only operate on a single object. Operations should allow user to act on multiple objects. For instance, current implementation doesn't facilitate a simple task such as reading the entire config from a device unless that config resides on a single YANG model. A dictionary with model name as key seems like a suitable structure. Depends on issue #120
Currently, NETCONF service can only operate on a single object. Operations should allow user to act on multiple objects. For instance, current implementation doesn't facilitate a simple task such as reading the entire config from a device unless that config resides on a single YANG model. A dictionary with model name as key seems like a suitable structure. Depends on issue #120