make config_init_devices static
[project/netifd.git] / interface.h
index bde069c..0f2eb85 100644 (file)
@@ -46,6 +46,8 @@ struct interface {
        /* interface that layer 3 communication will go through */
        struct device_user *l3_iface;
 
+       struct config_state config;
+
        /* primary protocol state */
        const struct proto_handler *proto_handler;
        struct interface_proto_state *proto;