networktocode / ntc-rosetta

The missing bridge between industry standard CLIs and YANG
https://ntc-rosetta.readthedocs.io/en/latest/index.html
Apache License 2.0
103 stars 23 forks source link

Implement openconfig-system for IOS #40

Closed dgjustice closed 4 years ago

dgjustice commented 4 years ago

This is a copy of #33 because it must have referenced an old fork, and I borked fixing it. :(

This one probably needs a bit of discussion, so please review closely. "replace" operations don't always make sense on IOS, particularly for things like system-level config. There is no way to my knowledge to "default" ntp config, tacacs, users, etc. I have raised an exception when replace is called, and there is a test to reflect it.

Merged with develop, ready for review.

FragmentedPacket commented 4 years ago

We're almost there! Thanks again for this work