Some update
This commit is contained in:
parent
e3ae114277
commit
08f145ef9b
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ process_log_line() {
|
||||||
tos=$(echo "$line" | grep -oP 'TOS=\K[^\s]+')
|
tos=$(echo "$line" | grep -oP 'TOS=\K[^\s]+')
|
||||||
|
|
||||||
if is_ip_reported_recently "$src_ip"; then
|
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
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue