In 1.x branch for AmazonLinux 2 (AL2), dhcp is used to obtain MTU. In our current code, MTUBytes is hardcoded to 9001. This means we ignore DHCP option 26 and overwrite it with 9001 for all networks. Please note this is a behavior regression from the 1.x branch and other distros like ubuntu. We are currently looking into if this should be changed to UseMTU=yes.
In 1.x branch for AmazonLinux 2 (AL2), dhcp is used to obtain MTU. In our current code, MTUBytes is hardcoded to 9001. This means we ignore DHCP option 26 and overwrite it with 9001 for all networks. Please note this is a behavior regression from the 1.x branch and other distros like ubuntu. We are currently looking into if this should be changed to
UseMTU=yes.