aboutsummaryrefslogtreecommitdiff
path: root/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'route.h')
-rw-r--r--route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/route.h b/route.h
index aeaaf4d..739d12d 100644
--- a/route.h
+++ b/route.h
@@ -130,7 +130,7 @@ struct route_ipv6 {
bool defined;
const struct route_ipv6_option *option;
struct in6_addr network;
- int netbits;
+ unsigned int netbits;
struct in6_addr gateway;
bool metric_defined;
int metric;