diff options
| author | Roy Marples <roy@marples.name> | 2008-04-14 13:47:20 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-14 13:47:20 +0000 |
| commit | 207e004634b7a55dd65de9ef63a9663abfada403 (patch) | |
| tree | 7167d285f405638129263fcd36923c190c7f5afb /net.h | |
| parent | 74d7286f46726aa29522dd0320ebd01eed6b28ce (diff) | |
| download | dhcpcd-207e004634b7a55dd65de9ef63a9663abfada403.tar.xz | |
Move MTU configuration to dhcpcd.sh. However, if the MTU is too small for dhcpcd, dhcpcd will increase it to the minimum.
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -114,8 +114,6 @@ struct interface char leasefile[PATH_MAX]; char infofile[PATH_MAX]; - unsigned short initial_mtu; - unsigned short mtu; struct in_addr addr; struct in_addr net; struct rt *routes; |
