blob: 4265b482edd1e38f07fa9e32fe9b05f884e7e096 [file] [log] [blame]
# Configure the MTU for the interface
if [ -n "${new_interface_mtu}" ]; then
ifconfig "${interface}" mtu "${new_interface_mtu}"
fi