IPv6: fix prefix assignment with continuous hints
[project/netifd.git] / system.h
index d293157..e50201a 100644 (file)
--- a/system.h
+++ b/system.h
@@ -32,7 +32,7 @@ enum tunnel_param {
        __TUNNEL_ATTR_MAX
 };
 
-const struct config_param_list tunnel_attr_list;
+const struct uci_blob_param_list tunnel_attr_list;
 
 enum bridge_opt {
        /* stp and forward delay always set */
@@ -47,6 +47,7 @@ struct bridge_config {
        bool igmp_snoop;
        unsigned short priority;
        int forward_delay;
+       bool bridge_empty;
 
        int ageing_time;
        int hello_time;