bridge: add bridge_empty option which allows creation of empty bridges
[project/netifd.git] / system.h
index f1f32cb..e50201a 100644 (file)
--- a/system.h
+++ b/system.h
@@ -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;