diff options
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index bb4702e..ecb7d9a 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -165,7 +165,7 @@ struct interface { uint32_t ra_reachabletime; uint32_t ra_retranstime; uint32_t ra_hoplimit; - uint32_t ra_mtu; + int ra_mtu; // DHCPv4 struct in_addr dhcpv4_start; |