commit | ff2244cadff4c71637437a1664b11a337effdc01 | [log] [tgz] |
---|---|---|
author | Peter Johnston <peterjohnston@fuchsia.infra.roller.google.com> | Tue Apr 01 13:48:52 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Apr 01 13:51:15 2025 -0700 |
tree | 051c73cc112a9c1a52f46d8ad4abade02c45c779 | |
parent | a0df0722f2c3cdf34ed9854d54ef84636a4114a8 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.