Interface Description parsing - Static Descripton Parsing

Hi All,

I have a problem with interface description parsing,

I have manually set description on my ports through the webui of librenms, This has worked for the interface parsing until I updated my instance today,

now all ports are no longer recognised as transit/core/customer ports,

Looks like it relates this relates to the commit “b04e31710d9cd1377d6f44547d135c9de593ac21”

Is this expected behaviour that staticly set descriptions are no longer respected?

This was a very useful tool

Thanks in advanced

Seems to be related to the removal of this line

$this_port[‘ifAlias’] = $port[‘ifAlias’];

Thanks