universal7580: overlay: Disable BPF offload for tethering
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / overlay / frameworks / base / packages / Tethering / res / values / config.xml
index bdef661983f30cf8b74ce414b1c3489981c7b1c8..9c12469f8d3e3be760f6f5f094cbb3c305e4b5a5 100644 (file)
      limitations under the License.
 -->
 <resources>
+    <!-- Use the BPF offload for tethering when the kernel has support. True by default.
+         If the device doesn't want to support tether BPF offload, this should be false.
+         Note that this setting could be overridden by device config.
+    -->
+    <bool translatable="false" name="config_tether_enable_bpf_offload">false</bool>
+
     <!-- List of regexpressions describing the interface (if any) that represent tetherable
          USB interfaces.  If the device doesn't want to support tething over USB this should
          be empty.  An example would be "usb.*" -->