Fix IPv6 leafs descriptions 47/99047/1
authorIvan Hrasko <ivan.hrasko@pantheon.tech>
Thu, 3 Feb 2022 18:57:51 +0000 (19:57 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 3 Feb 2022 20:43:57 +0000 (20:43 +0000)
Change-Id: I4b9cd6dbb750aa661fc7cfeb489a3941aade567a
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
(cherry picked from commit 4be87f1df99330b4d1892f522ef66f5d5d128557)

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;
         }