summaryrefslogtreecommitdiffstats
path: root/dhcpcd-hooks/10-mtu
blob: 167d6467c6e1ec35b0dd41c3fd5da9f025f9ea1d (plain) (blame)
1
2
3
4
5
# Configure the MTU for the interface

if [ -n "$new_interface_mtu" ]; then
	ifconfig "$interface" mtu "$new_interface_mtu"
fi