Allow MAC addresses to configure IP configurations
This allows the behavior to align with how MAC addresses can configure
network capabilities in config.xml. Ethernet interfaces can be
configured in the following format "<interface name|mac address>;
[Network Capabilities];[IP config];[Override Transport]", however for IP
configurations within EthernetTracker the mac address was not
considered.
Additionally, this CL fixes lapses in the retrieval of network
capabilities by mac address as well (e.g. within isRestrictedInterface,
network capabilities were only retrieved by the interface name rather
than the interface name and the mac address)
Test: atest FrameworksNetTests
Bug: 142259350
Change-Id: I211dd6466abcdbb1de3ca512a65214ed9e249969
2 files changed