Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
dhcpcd
/
refs/heads/fp2-m-sibon
/
.
/
dhcpcd-hooks
/
10-mtu
blob: 4265b482edd1e38f07fa9e32fe9b05f884e7e096 [
file
] [
log
] [
blame
] [
edit
]
# Configure the MTU for the interface
if
[
-
n
"${new_interface_mtu}"
];
then
ifconfig
"${interface}"
mtu
"${new_interface_mtu}"
fi