diff options
Diffstat (limited to 'src/odhcpd.h')
-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 8715ca7..4a07252 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -212,6 +212,7 @@ struct interface { // RA runtime data struct odhcpd_event router_event; struct uloop_timeout timer_rs; + uint32_t ra_sent; // DHCPv6 runtime data struct odhcpd_event dhcpv6_event; |