[roll] Roll fuchsia [archivist][logs] Don't redact some IP addresses

All these addresses will be passed through unmodified:

  0.*.*.* = current network (as source)
  127.*.*.* = loopback
  169.254.*.* = link-local addresses
  224.0.0.* = link-local multicast
  255.255.255.255 = broadcast

  ff?1:** = local multicast
  ff?2:** = local multicast

These addresses will have the first 2 bytes passed through,
and the rest redacted:

  fe80/10 = link local
  ff00/8 = multicast

Addresses starting or ending with :: will be redacted if
they contain 3-7 fields.

Test: $ fx test //src/diagnostics/archivist
Original-Fixed: 80679
Original-Fixed: 81917
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/563922
Original-Revision: aedcec5094f0e9da2f5afefb3033a0a18d88f938
GitOrigin-RevId: 1b0482427a90c556f7037ed652fd213a287753b9
Change-Id: I126dec2b6d7195aa41c58f7966a3c9011131b7bd
1 file changed
tree: 7a05ee6a833063e9345fb435e80d092699be1577
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.