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:
Tim Wojtulewicz 2021-09-28 10:04:46 -07:00
commit d85d20b7f6
3 changed files with 5 additions and 3 deletions

View file

@ -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)

View file

@ -1 +1 @@
4.2.0-dev.233
4.2.0-dev.235

View file

@ -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`