mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Fix subnet expiration in the intel framework.
This commit is contained in:
parent
cb5a867cf1
commit
e5e1037e91
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ function expire_subnet_data(data: table[subnet] of MetaDataTable, idx: subnet):
|
|||
for ( src in meta_tbl )
|
||||
add metas[meta_tbl[src]];
|
||||
|
||||
return expire_item(cat(idx), ADDR, metas);
|
||||
return expire_item(cat(idx), SUBNET, metas);
|
||||
}
|
||||
|
||||
function expire_string_data(data: table[string, Type] of MetaDataTable, idx: any): interval
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue