question about the Juniper api
The Juniper api used mentions https://github.com/openconfig/public/blob/master/release/models/rpc/openconfig-rpc-api.yang, which went away in May 2016 (https://github.com/openconfig/public/commit/e6a2f26e4b75e0552dad8e73a6b7ab690006746a), and the whole .../release/models/rpc subtree went away a year after that (June 2017, https://github.com/openconfig/public/commit/9dcdf78728d93bb9f40660485068c56b40516c2f).
I've tested jtimon against a switch running junos 18.3R1.9, and of course it works perfectly. (Some of my own code, using the new(er) OpenConfig api, does not work nearly as well, due (so far as I can tell) to bugs on the Juniper side.)
Would you happen to know when or if Juniper will be upgrading to the new API (or, I guess I should say, fixing it, since you can actually make those rpc calls), or where I might go to get more information on that?
Thank you for your time and this code. As mentioned above, my own code using the new api is broken in severe ways, but this definitely provides a roadmap forwards. Thanks again and I appreciate it!