|
Currently the only way to make restconf calls to remote netconf devices (i.e. mounted rpc calls) if via code.
This bug will be used to track the work to enable this support via rest conf.
The changes include:
a) modify MountPointImpl and have the "rpc" method call the "invokeRpc" call method.
b) Modify the RestconfImpl class and have the invokeRpc methods call check and see if it is a mount and then take the appropriate action by calling the mounted rpc call, or the local broker if local. You can use the get operations method as an example.
|