summaryrefslogtreecommitdiff
path: root/src/activation-scripts/20-ethernet_offload.py
AgeCommit message (Collapse)Author
2024-09-17T6716: don't automatically set ethernet offloadDave Vogel
Remove the lines of code that checked if the kernel had offloading enabled and was then forcing the config to set it to "on." The behavior now mirrors the config and offloading will only be enabled if the config is explicitly set to enabled. Note: the code is still present to disable the offloading, in the config, if the kernel doesn't support it. Note(2): Allow the previous behavior where the offload settings get set, based on the Kernel, if the boot is a live boot.
2024-06-05migration: T6006: add activation script dir and helper functionJohn Estabrook