Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcb3789c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Add the NOT_SUSPENDED capability to Ethernet - doc part" am:...

Merge "Merge "Add the NOT_SUSPENDED capability to Ethernet - doc part" am: 21467667 am: d4ac8044" into rvc-dev-plus-aosp am: ce7e2d9f am: d33a660c am: 97e7adce

Change-Id: Id6ed2d915a5c1ce1f79d81b7806d3be149308f16
parents 51178b7a 97e7adce
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -444,13 +444,14 @@
    <!-- Regex of wired ethernet ifaces -->
    <string translatable="false" name="config_ethernet_iface_regex">eth\\d</string>



    <!-- Configuration of Ethernet interfaces in the following format:
         <interface name|mac address>;[Network Capabilities];[IP config];[Override Transport]
         Where
               [Network Capabilities] Optional. A comma seprated list of network capabilities.
                   Values must be from NetworkCapabilities#NET_CAPABILITIES_* constants.
                   Values must be from NetworkCapabilities#NET_CAPABILITY_* constants.
                   The NOT_ROAMING, NOT_CONGESTED and NOT_SUSPENDED capabilities are always
                   added automatically because this configuration provides no way to update
                   them dynamically.
               [IP config] Optional. If empty or not specified - DHCP will be used, otherwise
                   use the following format to specify static IP configuration:
                       ip=<ip-address/mask> gateway=<ip-address> dns=<comma-sep-ip-addresses>