Parcourir la source

cosmetic changes

Roman Dmitriev il y a 2 ans
Parent
commit
bb91cab8f6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      scripts/Rstat/snmp.pm

+ 1 - 0
scripts/Rstat/snmp.pm

@@ -273,6 +273,7 @@ sub get_fdb_table {
     my $fdb;
     if ($fdb1 and !$fdb3) { $fdb = $fdb1; }
     if (!$fdb1 and $fdb3) { $fdb = $fdb3; }
+    #join tables
     if ($fdb1 and $fdb3) { $fdb = { %$fdb1,%$fdb3 }; }
 
     #maybe cisco?!