[roll] Roll fuchsia [netstack3] Reset dev params on interface disabled

When an interface is disabled, reset it's learned IPv6 network
parameters (i.e. the retransmit timer learned from NDP).

When the device is re-enabled in the future, it may be on a different
network, and any previously learned parameters won't be applicable.

The IPV6-AUTOCONF network conformance suite relies on this behavior to
reinitialize interfaces between cases. With this change, the sequence
"2.2, 2.3, 5.1" is no longer causing cross-test-contamination.

Original-Fixed: 407754539
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246645
Original-Revision: e88a6be3fd22be98ceeffde8fcf98831b8861a45
GitOrigin-RevId: 79a77b7b0d8a3d999030b563151aac2e4d5229f1
Change-Id: I09a2726a93661a888d4bdf713301719f436ad121
1 file changed
tree: 537fa831019678cbd719296bc881ab10487479f6
  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.