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
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