diff options
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 3539420..3a717a1 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; }; |