diff options
| author | Roy Marples <roy@marples.name> | 2008-12-16 13:28:42 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-12-16 13:28:42 +0000 |
| commit | 9c30ffcfd671fd822c970d2d5c3d6de7442aa9c1 (patch) | |
| tree | 9a2247eec27d3e33f986a810ae8a35f671a5b4d5 /dhcp.h | |
| parent | e346dd7ccc9fff2c6d5e3e187601cb9eac696b21 (diff) | |
| download | dhcpcd-9c30ffcfd671fd822c970d2d5c3d6de7442aa9c1.tar.xz | |
Re work the route management so we deal with a changed route table in a renewal/rebind correctly.
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ struct dhcp_message { struct dhcp_lease { struct in_addr addr; struct in_addr net; + struct in_addr brd; uint32_t leasetime; uint32_t renewaltime; uint32_t rebindtime; |
