[NETCONF-30] Support nested netconf operations in netconf endpoint for config subsystem Created: 16/Jun/15 Updated: 15/Mar/19 Resolved: 27/Aug/18 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | netconf |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | ||
| Reporter: | Maros Marsalek | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| Description |
|
The mapping component between netconf server and config subsystem does not really support netconf operations on nested nodes. It focuses on modifying the configuration as a whole for each module instance. This limitation is only present in the netconf server for config subsystem, its mapping component is unable to handle it partly due to the way config subsystem generates its binding code (e.g. lists are represented as Lists<> and JMX represents them as Object[] ... it would be difficult to perform complex nested operations on an array of objects) Netconf server for MD-SAL can already handle this ... so if we were to migrate config subsystem into using MD-SAL (at least the datastore) internally, we would get this functionality out of the box. |
| Comments |
| Comment by Robert Varga [ 13/Nov/15 ] |
|
Move to NETCONFI project. |
| Comment by Robert Varga [ 27/Aug/18 ] |
|
Config subsystem is gone, we're not doing this. |