ntc-rosetta icon indicating copy to clipboard operation
ntc-rosetta copied to clipboard

Interface description not implemented for Junos parser/translator

Open rdpravin1895 opened this issue 4 years ago • 0 comments

Not a major issue, but interface description has not been implemented for Junos parser and translator. Only the subinterfaces have description implemented.

Parser: https://github.com/networktocode/ntc-rosetta/blob/fac7086c460a2c68c769879930b74c05ed89b1f4/ntc_rosetta/parsers/openconfig/junos/openconfig_interfaces/interfaces.py#L45

Translator: https://github.com/networktocode/ntc-rosetta/blob/fac7086c460a2c68c769879930b74c05ed89b1f4/ntc_rosetta/translators/openconfig/junos/openconfig_interfaces/interfaces.py#L60

Logically its possible to assign a description for interface in Junos.

rdpravin1895 avatar Apr 22 '20 09:04 rdpravin1895