Add restconf-{client,server} 02/110002/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jan 2024 21:31:03 +0000 (22:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jan 2024 22:53:21 +0000 (23:53 +0100)
commitd3ee3fa3b44f2823d045d1795749f9538dea4223
treed3b96b661accbf6239e8bb9972084bf9d8472b95
parent1491da1aa4c79bc0b7249cfd84e3f31f2762a44a
Add restconf-{client,server}

This patch adds the bare-bones ietf-restconf-{client,server} models from
draft-ietf-netconf-restconf-client-server-29 without packaging or
implementing them.

JIRA: NETCONF-773
Change-Id: Ie1070076544e4b3b30f75f641cdc66bfb0efff43
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
protocol/pom.xml
protocol/restconf-client/pom.xml [new file with mode: 0644]
protocol/restconf-client/src/main/java/org/opendaylight/restconf/client/impl/IetfRestconfClientFeatureProvider.java [new file with mode: 0644]
protocol/restconf-client/src/main/yang/ietf-restconf-client.yang [new file with mode: 0644]
protocol/restconf-server/pom.xml [new file with mode: 0644]
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/impl/IetfRestconfServerFeatureProvider.java [new file with mode: 0644]
protocol/restconf-server/src/main/yang/ietf-restconf-server.yang [new file with mode: 0644]