Updates to documentation for Avaya acquisition of Nortel. Update of device support matrix for recent Avaya additions

This commit is contained in:
Eric A. Miller
2013-02-03 14:35:51 -05:00
parent 43d06e184d
commit 16aa96ebf4
11 changed files with 301 additions and 239 deletions

View File

@@ -181,7 +181,7 @@ sub lldp_port {
}
}
# Nortel lldpRemPortDesc doesn't match ifDescr, but we can still
# Avaya/Nortel lldpRemPortDesc doesn't match ifDescr, but we can still
# figure out slot.port based upon lldpRemPortDesc
if ( $port =~ /^(Unit\s+(\d+)\s+)?Port\s+(\d+)$/ ) {
$port = defined $1 ? "$2.$3" : "$3";