[roll] Roll fuchsia [netlink] Respect `IFA_F_NOPREFIXROUTE`

...or the lack thereof.

When an address is added with the `IFA_F_NOPREFIXROUTE` flag, no on-link
route should be added for the address's prefix. If the address is added
without the `IFA_F_NOPREFIXROUTE` flag set, then an on-link route must
be added for the address's prefix.

Original-Bug: b/286855878, b/283134942
Cq-Include-Trybots: luci.fuchsia.try:fuchsia-coverage
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/873756
Original-Revision: e503caaa91adc2512c6bde8b6c03c3b20687e71f
GitOrigin-RevId: 5bea4c0f1dbeed479acdef385b100c84cffc1b39
Change-Id: Ica60b3a69c059c926fbeea77f454855e1fcf07ac
1 file changed
tree: 5e1be275b1dda4f964d0113a5cd6ded10f92d043
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.