router: speed up initial router advertisements
[oweals/odhcpd.git] / src / odhcpd.h
index 8715ca700bd236b17c851ca779f00d48611849ba..4a07252322d40d228bb0d1851e7560089e34a227 100644 (file)
@@ -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;