add a command for allowing the setup task to schedule a restart
[project/netifd.git] / interface-ip.h
index cbfcb49de4e91b209565a4f71c1f4d6990fc7257..ae5a63e2465ff0d7da64170d6c8b4b58c54eae05 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;