From 5a2ccd7b750162b0d6ee13609f7e1ed5ea827d9d Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 12 Jul 2013 00:20:59 +0200 Subject: bridge: add bridge_empty option which allows creation of empty bridges Signed-off-by: Luka Perkov --- system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system.h') 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; -- cgit v1.2.1