summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-19 01:00:32 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-10-19 01:00:32 +0200
commit8c6361136d8c976407b03252b6cfadecb441b37a (patch)
treec33277581916a5653fff9bcf1a7e22bc5502c145 /system.h
parent53f8ed2cdcf986389b605c79d273f08b5a687636 (diff)
downloadnetifd-8c6361136d8c976407b03252b6cfadecb441b37a.tar.gz
set the igmp snooping option for bridges
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;