Fix IPv6 leafs descriptions 71/99571/1
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Thu, 3 Feb 2022 18:57:51 +0000 (19:57 +0100)
committerIvan Hrasko <ivan.hrasko@pantheon.tech>
Thu, 3 Feb 2022 18:58:26 +0000 (19:58 +0100)
Change-Id: I4b9cd6dbb750aa661fc7cfeb489a3941aade567a
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
algo/algo-api/src/main/yang/path-computation.yang

index 07095a8ff485ba9cf922e197b09d49f1e76f6357..0c0af3cf29ddd99bccccac3587c9e2ff6fc6267b 100644 (file)
@@ -149,12 +149,12 @@ module path-computation {
             type inet:ipv4-address;
         }
         leaf local-ipv6 {
-            description "Local IPv4 address";
+            description "Local IPv6 address";
             when "path-constraints/address-family = 3";
             type inet:ipv6-address;
         }
         leaf remote-ipv6 {
-            description "Remote IPv4 address";
+            description "Remote IPv6 address";
             when "path-constraints/address-family = 3";
             type inet:ipv6-address;
         }