# Configure the MTU for the interface

if [ -n "${new_interface_mtu}" ]; then
	ip link set ${interface} mtu ${new_interface_mtu}
fi
