Browse Source

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

This reverts commit 5264ab4b997e174a99fe68a078012b0c5b521262.
root 11 tháng trước cách đây
mục cha
commit
6d13080482
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/eye-statd.pl

+ 1 - 1
scripts/eye-statd.pl

@@ -657,7 +657,7 @@ if ($traf_record->{direction}) {
                 }
 	}
     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}");
 	}
     }