mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/christian/private_address_clarification'
* origin/topic/christian/private_address_clarification: Clarify membership in the Site::private_address_space prefix list. [skip ci]
This commit is contained in:
commit
29f5a49baf
3 changed files with 16 additions and 2 deletions
|
@ -7,7 +7,11 @@ module Site;
|
|||
export {
|
||||
## A list of subnets that are considered private address space.
|
||||
##
|
||||
## By default, it has address blocks defined by IANA as not being routable over the Internet.
|
||||
## By default, it has address blocks defined by IANA as not being
|
||||
## routable over the Internet. Some address blocks are reserved for
|
||||
## purposes inconsistent with the address architecture (such as
|
||||
## 5f00::/16), making them neither clearly private nor routable. We do
|
||||
## not include such blocks in this list.
|
||||
##
|
||||
## See the `IPv4 Special-Purpose Address Registry <https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml>`_
|
||||
## and the `IPv6 Special-Purpose Address Registry <https://www.iana.org/assignments/iana-ipv6-special-registry/iana-ipv6-special-registry.xhtml>`_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue