mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/timw/1766-remove-zero-address'
* origin/topic/timw/1766-remove-zero-address: GHI-1766: Remove address from Site::private_address_space that converts into 0.0.0.0/0
This commit is contained in:
commit
d85d20b7f6
3 changed files with 5 additions and 3 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
4.2.0-dev.235 | 2021-09-28 10:04:46 -0700
|
||||
|
||||
* GHI-1766: Remove address from Site::private_address_space that converts into 0.0.0.0/0 (Tim Wojtulewicz, Corelight)
|
||||
|
||||
4.2.0-dev.233 | 2021-09-27 12:06:27 -0700
|
||||
|
||||
* Fix a number of issues with the initial pass of clang-format (Tim Wojtulewicz, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.2.0-dev.233
|
||||
4.2.0-dev.235
|
||||
|
|
|
@ -87,8 +87,6 @@ export {
|
|||
[::]/128,
|
||||
# Loopback Address, see :rfc:`4291`
|
||||
[::1]/128,
|
||||
# IPv4-mapped Address, see :rfc:`4291`
|
||||
[::ffff:0:0]/96,
|
||||
# IPv4-IPv6 Translation, see :rfc:`8215`
|
||||
[64:ff9b:1::]/48,
|
||||
# Discard-Only Address Block, see :rfc:`6666`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue