mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Added IOS-XR Bundle-Ether shortened/corrected forms (#7283)
* Added IOS-XR Bundle-Ether shortened/corrected forms
This commit is contained in:
@ -1051,6 +1051,7 @@ function shorten_interface_type($string)
|
||||
'GigabitEthernet',
|
||||
'Port-Channel',
|
||||
'Ethernet',
|
||||
'Bundle-Ether',
|
||||
),
|
||||
array(
|
||||
'Fa',
|
||||
@ -1058,6 +1059,7 @@ function shorten_interface_type($string)
|
||||
'Gi',
|
||||
'Po',
|
||||
'Eth',
|
||||
'BE',
|
||||
),
|
||||
$string
|
||||
);
|
||||
|
Reference in New Issue
Block a user