diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-12 00:20:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-13 12:26:02 +0200 |
commit | 5a2ccd7b750162b0d6ee13609f7e1ed5ea827d9d (patch) | |
tree | 261d03f5b5964316e72c680574bbcc845ccbe8ac /system.h | |
parent | 987bdc77deecb928d86b9d710cc3bcfa5b3d80eb (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |