[roll] Roll fuchsia [net-cli] Apply subnet mask in route add/del

This way, rather than returning an error when attempting to add a route
with set bits after the specified prefix length, we instead mask off
the bits that should not have been set before adding the route.

From testing locally, this appears to be how `ip route add/del`
behaves as well.

This is expected to fix some conformance tests that were relying on
this iproute2-like-behavior rather than applying the subnet masks
themselves.

Test: net-cli-tests
Original-Fixed: 103854
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/699344
Original-Revision: 1f9f1580dec7a15b76538b880ce5d7abc8f05cb3
GitOrigin-RevId: fe78fcef8bf82e79de02974437a54b47d4ad6ac7
Change-Id: Id2a5917907b24481b3e129d41155001b45b14bf0
1 file changed
tree: 9d988e2ab181fd5496a500b9557f388080c48507
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.