diff options
| author | Roy Marples <roy@marples.name> | 2008-06-13 09:55:18 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-13 09:55:18 +0000 |
| commit | fa1d32892283c03053ffad10e6137cf3ff6d69b7 (patch) | |
| tree | 0f3b665a3f8e0b652ac5c5a19410750219225d07 /dhcpcd.conf | |
| parent | 16aa95ba9e5242900e7ede905848f9948b1fd328 (diff) | |
| download | dhcpcd-fa1d32892283c03053ffad10e6137cf3ff6d69b7.tar.xz | |
Add 05-mtu hook so we respect the desired MTU on networks.
Diffstat (limited to 'dhcpcd.conf')
| -rw-r--r-- | dhcpcd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dhcpcd.conf b/dhcpcd.conf index 240c4f76..07da045d 100644 --- a/dhcpcd.conf +++ b/dhcpcd.conf @@ -6,3 +6,6 @@ option domain_name_servers, domain_name, domain_search, host_name # Most distros have ntp support. option ntp_servers + +# We should behave nicely on networks and respect their MTU +option interface_mtu |
