netenglabs / suzieq

Using network observability to operate and design healthier networks
https://www.stardustsystems.net/
Apache License 2.0
780 stars 104 forks source link

junos interfaces parser: do not propagate interface descr to subif #872

Closed ddutt closed 1 year ago

ddutt commented 1 year ago

we were incorrectly setting the description of Junos subinterfaces to be that of the interface. Subinterfaces can have their own descriptions. Use subinterface description if provided.

New Behavior

Subinterface descriptions are correctly extracted for Junos devices.

Proposed Release Note Entry

Correctly extract subinterface descriptions for Junos devices.