summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-05-18 03:58:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-05-25 00:04:27 +0200
commita6a1e9bf9b42cd54cd46202dee9212b3001f3213 (patch)
treefc315b2f61a7b417f3f03d60d1908e3eedb072b8 /roles
parentfix zfs role for buster (diff)
add temporary workaround for network interface stability fix
Diffstat (limited to 'roles')
-rw-r--r--roles/base/tasks/Debian.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/base/tasks/Debian.yml b/roles/base/tasks/Debian.yml
index 185c3616..7551670f 100644
--- a/roles/base/tasks/Debian.yml
+++ b/roles/base/tasks/Debian.yml
@@ -114,11 +114,15 @@
- name: disable TSO (intel nic stability fix)
when: base_intel_nic_stability_fix
copy:
+ # TODO: copy settings from /usr/lib/systemd/network/99-default.link
content: |
[Match]
MACAddress={{ ansible_default_ipv4.macaddress }}
[Link]
+ NamePolicy=keep kernel database onboard slot path
+ MACAddressPolicy=persistent
+
TCPSegmentationOffload=false
GenericSegmentationOffload=false
GenericReceiveOffload=false