Skip to content

Commit 782f92e

Browse files
committed
Correction to physical route
The key has been removed from connector-pin-route. A key is not necessary in a "config false" (read-only) list. The key was causing Pyang errors.
1 parent 919805f commit 782f92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

YANG/tapi-physical-route.yang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module tapi-physical-route {
196196
CONDITION: Mandatory where AccessPort is used to define physical route.";
197197
}
198198
list connector-pin-in-route {
199-
key 'tapi-equipment:device-ref/tapi-equipment:device-uuid equipment-uuid connector-identification pin-identification';
199+
/* key 'device-uuid equipment-uuid connector-identification pin-identification'; */
200200
/* the reference to equipment is used as a key, but the key statement does not accept container, but only leafs.
201201
Hence the two leafs of the equipment-ref have been explicitly specified.*/
202202
config false;

0 commit comments

Comments
 (0)