diff options
| author | Denys Fedoryshchenko <denys.f@collabora.com> | 2026-08-12 22:44:57 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-12 22:44:57 +0300 |
| commit | 4f562467dbdf819395e138617c2a057e02595b9e (patch) | |
| tree | 901034d82cd545fb8974e580cbec325576b1c2a9 /accel-pppd/include/ap_session.h | |
| parent | ead8a7839bf2a8dbb4358fb115ed98d688bf2c28 (diff) | |
| parent | 58ef850d1705d88f006d761d32c55bde5205a27d (diff) | |
| download | accel-ppp-4f562467dbdf819395e138617c2a057e02595b9e.tar.gz accel-ppp-4f562467dbdf819395e138617c2a057e02595b9e.zip | |
Merge pull request #344 from nuclearcat/accel-ng-ported
l2tp hidden-AVP length fix, per-session IPv6 DNS, crypto.h cleanup
Diffstat (limited to 'accel-pppd/include/ap_session.h')
| -rw-r--r-- | accel-pppd/include/ap_session.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h index a4d3b867..a0733986 100644 --- a/accel-pppd/include/ap_session.h +++ b/accel-pppd/include/ap_session.h @@ -85,6 +85,12 @@ struct ap_session struct ipv4db_item_t *ipv4; struct ipv6db_item_t *ipv6; struct ipv6db_prefix_t *ipv6_dp; + /* Per session IPv6 DNS servers, NULL when none were assigned and the + globally configured ones ([ipv6-dns]) should be advertised instead. + Only addr_list, and only the addr member of its entries, is + meaningful here. Owned by whoever sets it, currently the radius + module from the DNS-Server-IPv6-Address attribute (RFC 6911) */ + struct ipv6db_item_t *ipv6_dns; char *ipv4_pool_name; char *ipv6_pool_name; char *dpv6_pool_name; |
