summaryrefslogtreecommitdiffstats
path: root/dhcp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-12-16 13:28:42 +0000
committerRoy Marples <roy@marples.name>2008-12-16 13:28:42 +0000
commit9c30ffcfd671fd822c970d2d5c3d6de7442aa9c1 (patch)
tree9a2247eec27d3e33f986a810ae8a35f671a5b4d5 /dhcp.h
parente346dd7ccc9fff2c6d5e3e187601cb9eac696b21 (diff)
downloaddhcpcd-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcp.h b/dhcp.h
index c45fbaab..2ad5fab0 100644
--- a/dhcp.h
+++ b/dhcp.h
@@ -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;