Merge pull request #422 from netdisco/jvi-aoscx

Aruba CX support
This commit is contained in:
Jeroen van Ingen Schenau
2021-06-17 10:14:45 +02:00
committed by GitHub
3 changed files with 331 additions and 1 deletions

View File

@@ -429,7 +429,7 @@ sub _vlan_hoa {
my $vlan;
# Strip TimeFilter if we're using VlanCurrentTable
( $vlan = $idx ) =~ s/^\d+\.//;
($vlan = $idx) =~ s/^(\d+\.)*//g;
# Convert portlist bit array to bp_index array
for ( my $i = 0; $i <= $#$portlist; $i++ ) {