summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-12 00:20:59 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-07-13 12:26:02 +0200
commit5a2ccd7b750162b0d6ee13609f7e1ed5ea827d9d (patch)
tree261d03f5b5964316e72c680574bbcc845ccbe8ac /system.h
parent987bdc77deecb928d86b9d710cc3bcfa5b3d80eb (diff)
downloadnetifd-5a2ccd7b750162b0d6ee13609f7e1ed5ea827d9d.tar.gz
bridge: add bridge_empty option which allows creation of empty bridges
Signed-off-by: Luka Perkov <luka@openwrt.org>
Diffstat (limited to 'system.h')
-rw-r--r--system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system.h b/system.h
index f1f32cb..e50201a 100644
--- 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;