mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Added Carrier Grade NAT CIDR and link local IPv6 to "private_address_space"
This commit is contained in:
parent
c10ff6fd69
commit
8c14b5a911
1 changed files with 3 additions and 1 deletions
|
@ -10,8 +10,10 @@ export {
|
||||||
const private_address_space: set[subnet] = {
|
const private_address_space: set[subnet] = {
|
||||||
10.0.0.0/8,
|
10.0.0.0/8,
|
||||||
192.168.0.0/16,
|
192.168.0.0/16,
|
||||||
|
172.16.0.0/12,
|
||||||
|
100.64.0.0/10, # RFC6598 Carrier Grade NAT
|
||||||
127.0.0.0/8,
|
127.0.0.0/8,
|
||||||
172.16.0.0/12
|
[fe80::]/16,
|
||||||
} &redef;
|
} &redef;
|
||||||
|
|
||||||
## Networks that are considered "local".
|
## Networks that are considered "local".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue