From 8c6361136d8c976407b03252b6cfadecb441b37a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Oct 2011 01:00:32 +0200 Subject: set the igmp snooping option for bridges --- system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system.h') 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; -- cgit v1.2.1