add linux system library
[oweals/netifd.git] / interface.h
index 72a00c98c41b7ff6de7bfc254076505946e4b04b..9708a5e4113230dba9fe45ade8fa81926fd85e68 100644 (file)
@@ -44,7 +44,7 @@ struct interface {
        struct device_user main_dev;
 
        /* interface that layer 3 communication will go through */
-       struct device_user *l3_iface;
+       struct device_user *l3_dev;
 
        struct config_state config;