dainok / netdoc

Automatic Network Documentation plugin for NetBox
GNU General Public License v3.0
89 stars 14 forks source link

ValueError: Invalid interface speed 10gigfd000 #97

Closed proebstle closed 10 months ago

proebstle commented 11 months ago

An exception occurred: ValueError: Invalid interface speed 10gigfd000

netdoc/utils.py Please add: speed = speed.replace("gigfd", "000") # HP Procurve

proebstle commented 11 months ago

https://github.com/dainok/netdoc/pull/98

dainok commented 11 months ago

Thank you @proebstle Can you write down the interface speed from "show interface"? I wonder why it's replaced with 10gigfd000

proebstle commented 11 months ago

image

dainok commented 11 months ago

There is an issue on CI/CD, so the commit has not been integrated into PIP package. Are you using netdoc from git master or from pip?

dainok commented 11 months ago

@proebstle please check https://github.com/dainok/netdoc/releases/tag/3.5.11 and let me know

proebstle commented 10 months ago

Solved with new version

proebstle commented 10 months ago

solved