NetconfRpcService should be extensible 58/110058/5
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 03:50:14 +0000 (04:50 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 28 Jan 2024 13:50:26 +0000 (14:50 +0100)
commit09b370c46b569841501b85e1b54b602af2e3e327
tree70ca5c7c3e85ed7201cc3ed349e951ea204a521c
parent638451a60281bae47d82a8ac043b3b900c209be3
NetconfRpcService should be extensible

We are capturing a good base contract, but the documentation contradicts
the actual implementation.

The difference is that the API says it supports RFC4741/6241, but in
reality we also support RFC6020 and (optionally) RFC5277/6470.

This patch turns to DOMExtensibleService to allow for a baseline service
which potentially has extensions.

Change-Id: I541b9f76c6eecbbf85f593b68cd0ade6c5c286e6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
plugins/netconf-client-mdsal/src/main/java/org/opendaylight/netconf/client/mdsal/api/NetconfRpcService.java