remove unnecessary snmp reindex
This commit is contained in:
@@ -26,9 +26,10 @@ register_worker({ phase => 'early', driver => 'snmp' }, sub {
|
|||||||
my $ip_netmask = $snmp->ip_netmask;
|
my $ip_netmask = $snmp->ip_netmask;
|
||||||
|
|
||||||
# Get IP Table per VRF if supported
|
# Get IP Table per VRF if supported
|
||||||
{
|
my @vrf_list = _get_vrf_list($device, $snmp);
|
||||||
|
if (scalar @vrf_list) {
|
||||||
my $guard = guard { snmp_comm_reindex($snmp, $device, 0) };
|
my $guard = guard { snmp_comm_reindex($snmp, $device, 0) };
|
||||||
foreach my $vrf (_get_vrf_list($device, $snmp)) {
|
foreach my $vrf (@vrf_list) {
|
||||||
snmp_comm_reindex($snmp, $device, $vrf);
|
snmp_comm_reindex($snmp, $device, $vrf);
|
||||||
$ip_index = { %$ip_index, %{$snmp->ip_index} };
|
$ip_index = { %$ip_index, %{$snmp->ip_index} };
|
||||||
$interfaces = { %$interfaces, %{$snmp->interfaces} };
|
$interfaces = { %$interfaces, %{$snmp->interfaces} };
|
||||||
|
|||||||
Reference in New Issue
Block a user