summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
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 cfe7c9f..dee7137 100644
--- a/system.h
+++ b/system.h
@@ -16,6 +16,7 @@ enum bridge_opt {
struct bridge_config {
enum bridge_opt flags;
bool stp;
+ bool igmp_snoop;
int forward_delay;
int ageing_time;