openconfig / public

Repository for publishing OpenConfig models, documentation, and other material for the community.
Apache License 2.0
897 stars 656 forks source link

Incorrect aestrick causing errors in openconfig-interfaces.yang model #1088

Closed HarrySBassi closed 6 months ago

HarrySBassi commented 7 months ago

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"

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