diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 8db3e7d..7c0c3b9 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -157,6 +157,7 @@ struct interface { int managed; int route_preference; int ra_maxinterval; + int ra_lifetime; // DHCPv4 struct in_addr dhcpv4_start; |