Switch from masks to CIDR globally for IPv4.
[l2tpns.git] / l2tpns.h
index b9a0714..bab2921 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -233,7 +233,7 @@ struct cli_tunnel_actions {
 typedef struct                 // route
 {
        in_addr_t ip;
-       in_addr_t mask;
+       int prefixlen;
 }
 routet;