From 6815ca31e970c2a8bd1a7b630293dd8313782df8 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 22 Aug 2011 12:33:21 +0400 Subject: futher ipv6 work --- accel-pppd/ppp/ppp.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'accel-pppd/ppp/ppp.h') diff --git a/accel-pppd/ppp/ppp.h b/accel-pppd/ppp/ppp.h index ae2a7c99..c810e4a3 100644 --- a/accel-pppd/ppp/ppp.h +++ b/accel-pppd/ppp/ppp.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "triton.h" #include "list.h" @@ -98,8 +99,10 @@ struct ppp_t time_t start_time; time_t stop_time; char *username; - uint32_t ipaddr; - uint32_t peer_ipaddr; + in_addr_t ipaddr; + in_addr_t peer_ipaddr; + struct in6_addr ipv6_addr; + int ipv6_prefix_len; struct ppp_ctrl_t *ctrl; -- cgit v1.2.3