summaryrefslogtreecommitdiff
path: root/accel-pppd/include
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2014-11-05 13:18:21 +0300
committerDmitry Kozlov <xeb@mail.ru>2014-11-05 13:18:21 +0300
commit17ec708d9ccdf57c068827dd4ca875f546ec98b0 (patch)
treec9a8d1e8dbaf0fc59a25d079380dbeae4d278dce /accel-pppd/include
parent0170fc3761114ee94c17c88e000116f0c99ff638 (diff)
downloadaccel-ppp-17ec708d9ccdf57c068827dd4ca875f546ec98b0.tar.gz
accel-ppp-17ec708d9ccdf57c068827dd4ca875f546ec98b0.zip
ipv6: move ipv6_dp from dhcpv6 private data to ap_session
Diffstat (limited to 'accel-pppd/include')
-rw-r--r--accel-pppd/include/ap_session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h
index 263e2656..b2ee1b6b 100644
--- a/accel-pppd/include/ap_session.h
+++ b/accel-pppd/include/ap_session.h
@@ -76,6 +76,7 @@ struct ap_session
char *username;
struct ipv4db_item_t *ipv4;
struct ipv6db_item_t *ipv6;
+ struct ipv6db_prefix_t *ipv6_dp;
char *ipv4_pool_name;
char *ipv6_pool_name;