commit | f89a1aab5714010f8c172272b71e51e3db251129 | [log] [tgz] |
---|---|---|
author | Ghanan Gowripalan <ghanan@google.com> | Tue Jun 13 17:51:36 2023 +0000 |
committer | CQ Bot <fuchsia-internal-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 13 17:51:36 2023 +0000 |
tree | 3015a95b839f6395d204675b0dd4e872714c6634 | |
parent | b0e723b9b51571ec480cae3ecb088526eed6b9f4 [diff] |
[netlink] Consolidate address/link state in a map Before this change, the state for links and addresses were held in different maps because of limitations of the interfaces watcher helpers found in the `fidl_fuchsia_net_interfaces_ext` rust crate. I83062a5ca31a745575022f86f1e28cd2b1f30d32 allowed holding additional state alongside the interface properties so this change holds address state alongside the interface properties, allowing us to hold link and address states in a single map. Cq-Include-Trybots: luci.fuchsia.try:fuchsia-coverage Change-Id: I2883046c19db10b68dbc1ba66d2fd73450503164 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/869867 Reviewed-by: Antonio Linhart <antoniolinhart@google.com> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com> Fuchsia-Auto-Submit: Ghanan Gowripalan <ghanan@google.com>
Fuchsia is an open source, general purpose operating system supporting modern 64-bit Intel and ARM processors.
We expect everyone interacting with our project to respect our code of conduct.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.