Re: [systemd-devel] TCPSegmentationOffload seem to be ignored in link-file

2023-08-08 Thread basti
On 08.08.23 15:47, basti wrote: Hello, I move my network config from if-up to systemd and create a link file as follows: root@s920:~# cat /etc/systemd/network/10-enp1s0f1.link [Match] MACAddress=00:19:99:b7:e0:99 [Link] GenericSegmentationOffload=false GenericReceiveOffload=false TCPSegmentat

Re: [systemd-devel] TCPSegmentationOffload seem to be ignored in link-file

2023-08-08 Thread Tomasz Pala
On Tue, Aug 08, 2023 at 15:47:22 +0200, basti wrote: > root@s920:~# cat /etc/systemd/network/10-enp1s0f1.link > [Match] > MACAddress=00:19:99:b7:e0:99 I'd reccomend using PermanentMACAddress=, as MACAddress is subject to change and it leads to very hard to diagnose issues (like cyclic matching of

[systemd-devel] TCPSegmentationOffload seem to be ignored in link-file

2023-08-08 Thread basti
Hello, I move my network config from if-up to systemd and create a link file as follows: root@s920:~# cat /etc/systemd/network/10-enp1s0f1.link [Match] MACAddress=00:19:99:b7:e0:99 [Link] GenericSegmentationOffload=false GenericReceiveOffload=false TCPSegmentationOffload=false root@s920:~# Th