Sfoglia il codice sorgente

Revert "expanded the log of some events in the netflow collector"

This reverts commit 5264ab4b997e174a99fe68a078012b0c5b521262.
root 11 mesi fa
parent
commit
6d13080482
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/eye-statd.pl

+ 1 - 1
scripts/eye-statd.pl

@@ -657,7 +657,7 @@ if ($traf_record->{direction}) {
                 }
                 }
 	}
 	}
     if (!$user_ip) {
     if (!$user_ip) {
-	log_debug("Unknown dst user ip at router $router_id:: int_in => $traf_record->{snmp_in} int_out=>$traf_record->{snmp_out} proto=>$traf_record->{proto} src: $traf_record->{src_ip}:$traf_record->{src_port} dst: $traf_record->{xdst_ip}:$traf_record->{dst_port}");
+	log_debug("Unknown dst user ip at router $router_id:: proto=>$traf_record->{proto} src: $traf_record->{src_ip}:$traf_record->{src_port} dst: $traf_record->{xdst_ip}:$traf_record->{dst_port}");
 	}
 	}
     }
     }