summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe/ipoe.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2013-09-06 10:55:35 +0400
committerDmitry Kozlov <xeb@mail.ru>2013-09-06 10:55:35 +0400
commit7ea5ddfb8cf3a2507b901882bd92c5c946e372c8 (patch)
treea201079f18621a2037ac6c65f1107f814b141843 /accel-pppd/ctrl/ipoe/ipoe.h
parent5f8334da2d874e0be028ad03376574de1598f0cd (diff)
downloadaccel-ppp-7ea5ddfb8cf3a2507b901882bd92c5c946e372c8.tar.gz
accel-ppp-7ea5ddfb8cf3a2507b901882bd92c5c946e372c8.zip
ipoe: various fixes in relay operation
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r--accel-pppd/ctrl/ipoe/ipoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h
index 6b1b9b53..220a6c48 100644
--- a/accel-pppd/ctrl/ipoe/ipoe.h
+++ b/accel-pppd/ctrl/ipoe/ipoe.h
@@ -68,6 +68,7 @@ struct ipoe_session {
uint8_t *data;
struct dhcpv4_packet *dhcpv4_request;
struct dhcpv4_packet *dhcpv4_relay_reply;
+ int relay_retransmit;
int ifindex;
struct ipv4db_item_t ipv4;
int ifcfg:1;