parse point to point ip addresses
[project/netifd.git] / interface-ip.h
index cbfcb49..ae5a63e 100644 (file)
@@ -40,6 +40,7 @@ struct device_addr {
 
        /* ipv4 only */
        uint32_t broadcast;
+       uint32_t point_to_point;
 
        /* must be last */
        enum device_addr_flags flags;