ios-xr / model-driven-telemetry

IOS XR Model Driven Telemetry
30 stars 12 forks source link

Fix "message_keys" in yang2proto.json maps #6

Closed remingtonc closed 5 years ago

remingtonc commented 5 years ago

This pull request fixes the incorrect message_keys specification in the *yang2proto.json files. Some of the specified key messages were incorrect and thus caused usage errors when deriving based off of this file. It also includes scripts which sort the entries, prettify the output for easier diffs, and ensures the keys are correct in the proto file. Resolves #3