History log of /frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetConfigStore.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
27d7591acfc99be7909a0007b2ae8a04152c167b 09-May-2018 Pavel Maltsev <pavelm@google.com> Fix overriding ip configurtion with default one

EthernetConfigStore should return 'null' for default interface if the
default interface hasn't been configured otherwise it would be hard to
distinguish not-configured vs configured with default values.

Bug: 79415136
Test: verified w/o .xml overlay Ethernet continues to work
Test: verified that ip config from overlay is not getting overriden
Change-Id: I4eb914923f3664b12b6af0ae05f45b60c5312b02
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetConfigStore.java
caf5246eb0ad453bc1a1707ce69fab3502b7dccb 31-Oct-2017 Pavel Maltsev <pavelm@google.com> Enable multiple active Ethernet interfaces

- reworked EthernetNetworkFactory to support multiple active Ethernet
interfaces
- allow vendors to specify network capabilities + ip config through XML
config overlay

Test: manual using hikey960 + multiple usb->eth adapters
Change-Id: Ie39bcb0d2a3f960f497222159c7bd5797accaa68
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetConfigStore.java
41a372f13a7d19807d91e09f2e955b8a61f02d5c 12-Aug-2014 Lorenzo Colitti <lorenzo@google.com> Stop using LinkProperties for static configuration.

Also make static IP configuration more robust (e.g., tear down
our NetworkAgent when we switch between static and DHCP).

Bug: 16114392
Bug: 16893413
Change-Id: Ib33f35c004e30b6067bb20235ffa43c247d174df
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetConfigStore.java
20c1c99c4351abd8bb3d6e8f966fcf3b6de0e5b0 21-May-2014 Lorenzo Colitti <lorenzo@google.com> Initial EthernetService implementation.

Bug: 14981801
Bug: 14993642
Change-Id: If392ef7063e096854ef830f4fe3b038439a1d307
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetConfigStore.java