diff options
Diffstat (limited to 'accel-pppd/ctrl/ipoe/dhcpv4.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/dhcpv4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/dhcpv4.h b/accel-pppd/ctrl/ipoe/dhcpv4.h index 57fcf935..7494b731 100644 --- a/accel-pppd/ctrl/ipoe/dhcpv4.h +++ b/accel-pppd/ctrl/ipoe/dhcpv4.h @@ -84,8 +84,8 @@ struct dhcpv4_iprange { struct dhcpv4_serv { struct triton_context_t *ctx; struct triton_md_handler_t hnd; - int raw_sock; uint8_t hwaddr[6]; + int ifindex; void (*recv)(struct dhcpv4_serv *serv, struct dhcpv4_packet *pack); struct dhcpv4_iprange *range; }; |