From 094991e494ceebcf1650d14960490682a5a261ec Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 2 Jul 2018 20:20:40 +0200 Subject: [PATCH] Fix netconf-node-topology Topology types augmentation should be a presence container, fix that. Change-Id: Iaef6fd18f590767069a91cada2036f9b02ffa167 Signed-off-by: Robert Varga --- .../src/main/yang/netconf-node-topology.yang | 2 ++ 1 file changed, 2 insertions(+) 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"; } } -- 2.36.6