In method commit_config, pass all extra kwargs directly to ssh_device commit() method in order to expose additional parameters used by netmiko. This permits utilizing useful commit arguments of netmiko such as delay_factor.
I do not think this is actually needed, and it would not be compliant with napalm-core's signature/function definition. Let me know if I am missing anything, but closing for now.
In method commit_config, pass all extra kwargs directly to ssh_device commit() method in order to expose additional parameters used by netmiko. This permits utilizing useful commit arguments of netmiko such as delay_factor.