Some update

This commit is contained in:
Sefinek 2024-10-27 13:59:26 +01:00
parent e3ae114277
commit 08f145ef9b

View file

@ -192,7 +192,7 @@ process_log_line() {
tos=$(echo "$line" | grep -oP 'TOS=\K[^\s]+')
if is_ip_reported_recently "$src_ip"; then
log "INFO" "IP $src_ip ($proto) was reported recently. Skipping..."
log "INFO" "IP $src_ip ($proto) was reported recently"
return
fi