diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-07-12 19:07:26 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-07-12 19:07:26 +0400 |
commit | 0df0604e7606b38f1f3fc4a2c92dbad720654f3c (patch) | |
tree | cfe57070ccef10ea4efc8adfa85f868dfc1a2573 /accel-pppd/ctrl/ipoe/ipoe.h | |
parent | 22c8cf9724a2766b5f38afbc250065308c2bd7e2 (diff) | |
download | accel-ppp-0df0604e7606b38f1f3fc4a2c92dbad720654f3c.tar.gz accel-ppp-0df0604e7606b38f1f3fc4a2c92dbad720654f3c.zip |
ipoe: per-interface static dhcp pool of addresses
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h index 48bd631e..d18db698 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.h +++ b/accel-pppd/ctrl/ipoe/ipoe.h @@ -45,6 +45,9 @@ struct ipoe_session struct dhcp_opt *agent_remote_id; uint32_t xid; uint32_t giaddr; + uint32_t yiaddr; + uint32_t siaddr; + int mask; uint8_t *data; struct dhcpv4_packet *dhcpv4_request; int ifindex; |