Closed HarrySBassi closed 6 months ago
Hi @HarrySBassi, while I agree I would expect an apostrophe character instead of the back-tick character, I cannot reproduce the issue you are seeing on my machine.
In any case, I have raised a PR to fix this here: https://github.com/openconfig/public/pull/1089
This is a problem in the file public/release/models/interfaces/openconfig-interfaces.yang There is an incorrect character that will throw errors when trying to use this yang model. I believe instead of putting the character "’" the code owners wanted to put "'".
Line 523: What it shows on github: "In a damped state, the interface’s state change"
What it shows on vim: "In a damped state, the interface?~@~Ys state change"
Line 531: On github: "The amount of time after which an interface’s penalty is decreased"
on vim: "The amount of time after which an interface?~@~Ys penalty is decreased"