projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beff3a1
)
Feature 10979: Static IPv6 Dual Stack Assignment
67/13267/5
author
elumalai
<deepika.e@tataelxsi.co.in>
Tue, 25 Apr 2023 10:42:06 +0000
(16:12 +0530)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 24 May 2023 13:41:25 +0000
(15:41 +0200)
Added support to modify ip-address type from leaf
to leaf-list
Change-Id: I5b4d4d662802a6816f7879362de42bf3bd99f17e
Signed-off-by: elumalai <deepika.e@tataelxsi.co.in>
models/augments/ns-vld.yang
patch
|
blob
|
history
diff --git
a/models/augments/ns-vld.yang
b/models/augments/ns-vld.yang
index
b85acbf
..
ac3cc4c
100644
(file)
--- a/
models/augments/ns-vld.yang
+++ b/
models/augments/ns-vld.yang
@@
-102,9
+102,9
@@
module ns-vld {
element";
}
- leaf ip-address {
+ leaf
-list
ip-address {
description
- "IP address assigned to the internal connection point";
+ "IP address
list
assigned to the internal connection point";
type inet:ip-address;
}
}