flox: overlay: Disable BPF offload for tethering

* Such is life with 3.4 kernels.

Change-Id: I1c5e3fab63271b1e3fe6c814d96edbde782f27e8
This commit is contained in:
LuK1337 2020-10-19 21:42:02 +02:00 committed by surblazer
parent aa6275b71e
commit d7f2f29c49
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
TODO: define two resources for each config item: a default_* resource and a config_* resource,
config_* is empty by default but may be overridden by RROs.
-->
<!-- 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 tethering over USB this should
be empty. An example would be "usb.*" -->