This PR adds support for mapping protobuf repeated fields that represent YANG lists into protobuf messages. This was an unimplemented gap previously.
The large change is due to changes in the testdata protobuf that is used for mapping.
There's a little bit of a DIFFBASE SNAFU here, where I pushed the initial PR from a fork, and this one is in openconfig/ygot. The plan will be to merge #914 and then rebase this PR onto HEAD of master.
coverage: 89.52% (-0.03%) from 89.552% when pulling 27f12ede567d68f32e3e6a1da45f97013f42942b on pm2 into 5cf59cd465f05a45d210aa3ce889f5847edb2858 on master.
This PR adds support for mapping protobuf
repeated
fields that represent YANG lists into protobuf messages. This was an unimplemented gap previously.The large change is due to changes in the testdata protobuf that is used for mapping.
There's a little bit of a
DIFFBASE
SNAFU here, where I pushed the initial PR from a fork, and this one is inopenconfig/ygot
. The plan will be to merge #914 and then rebase this PR onto HEAD ofmaster
.