From: Robert Varga Date: Mon, 2 Jul 2018 18:20:40 +0000 (+0200) Subject: Fix netconf-node-topology X-Git-Tag: release/fluorine~45 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=094991e494ceebcf1650d14960490682a5a261ec;p=netconf.git Fix netconf-node-topology Topology types augmentation should be a presence container, fix that. Change-Id: Iaef6fd18f590767069a91cada2036f9b02ffa167 Signed-off-by: Robert Varga --- diff --git a/netconf/sal-netconf-connector/src/main/yang/netconf-node-topology.yang b/netconf/sal-netconf-connector/src/main/yang/netconf-node-topology.yang index 231a382f53..78fb0422e4 100644 --- a/netconf/sal-netconf-connector/src/main/yang/netconf-node-topology.yang +++ b/netconf/sal-netconf-connector/src/main/yang/netconf-node-topology.yang @@ -12,6 +12,8 @@ module netconf-node-topology { augment "/nt:network-topology/nt:topology/nt:topology-types" { container topology-netconf { + presence "The presence of the container node indicates a network + of NETCONF devices"; } }