[roll] Roll fuchsia [netstack3] Avoid debug-printing IP addresses

We're currently debug-printing any fuchsia.net.interfaces.admin/Control
request that we process, which, in the case of the AddAddress and
RemoveAddress methods, includes an IP address that will be formatted via
the Debug impl for [u8; 4] or [u8; 16] rather than pretty-printed. This
means it won't be redacted along with other IP addresses. Remove this
debug print since we already log in the processing for most of these
requests anyway.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1242086
Original-Revision: a47e7af2283c0bbc977e3f1a2851e2cbb0a9258d
GitOrigin-RevId: 633243764aa8026b978e96eaaa6c105a0fbb2c6a
Change-Id: Ib0858337d2237c2c54bbe958c6b2d2fe91f75247
1 file changed
tree: 051c73cc112a9c1a52f46d8ad4abade02c45c779
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 in one of the communication channels documented at get involved.

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.