mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixed IPv6 link local unicast CIDR and added IPv6 loopback to private address space.
This commit is contained in:
parent
c561a44326
commit
8f91ecee71
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export {
|
|||
172.16.0.0/12,
|
||||
100.64.0.0/10, # RFC6598 Carrier Grade NAT
|
||||
127.0.0.0/8,
|
||||
[fe80::]/16,
|
||||
[fe80::]/10,
|
||||
[::1]/128,
|
||||
} &redef;
|
||||
|
||||
## Networks that are considered "local".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue