X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Fmain%2Fresources%2FCommon.proto;h=a2c161cfda4c534485d372e58389791f1049bcb2;hp=356bfbf684295a0392198dd0b02d92fcf12b4d25;hb=87eeb0d62755bf5d6bcfd07d40dd8e0ab86c155e;hpb=531621aac4cff9d39cbd8668a53bdeba8a0e6d81 diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Common.proto b/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Common.proto index 356bfbf684..a2c161cfda 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Common.proto +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/resources/Common.proto @@ -14,6 +14,11 @@ message PathArgumentAttribute{ optional QName name =1; optional string value=2; optional int32 type=3; + // Specific values + optional InstanceIdentifier instanceIdentifierValue = 4; // intValueType = YangInstanceIdentifier + repeated string bitsValue = 5; // intValueType = Bits + optional bytes bytesValue = 6; + } @@ -63,6 +68,8 @@ message Node{ repeated string bitsValue = 11; // intValueType = Bits repeated string code = 12; // A list of string codes which can be used for any repeated strings in the NormalizedNode + + optional bytes bytesValue = 13; } message Container{