fa1d3289
4f06fdc0
1 2
3 4
5
# Configure the MTU for the interface if [ -n "$new_interface_mtu" ]; then ifconfig "$interface" mtu "$new_interface_mtu" fi