diff options
author | Kozlov Dmitry <dima@server> | 2011-08-22 12:33:21 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2011-08-22 12:33:21 +0400 |
commit | 6815ca31e970c2a8bd1a7b630293dd8313782df8 (patch) | |
tree | ac8881b68f56c25883e9db7fb3d94f60496cc215 /accel-pppd/ipdb.h | |
parent | a93e43804c9a37b3cc2141d5ada3158653a7a221 (diff) | |
download | accel-ppp-6815ca31e970c2a8bd1a7b630293dd8313782df8.tar.gz accel-ppp-6815ca31e970c2a8bd1a7b630293dd8313782df8.zip |
futher ipv6 work
Diffstat (limited to 'accel-pppd/ipdb.h')
-rw-r--r-- | accel-pppd/ipdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ipdb.h b/accel-pppd/ipdb.h index 35394205..3a717a15 100644 --- a/accel-pppd/ipdb.h +++ b/accel-pppd/ipdb.h @@ -17,7 +17,7 @@ struct ipv6db_item_t { struct ipdb_t *owner; struct in6_addr addr; - struct in6_addr peer_addr; + int prefix_len; }; |