X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=system.h;h=dee7137555767b031a5dd8f6dec22a6010b21830;hb=43c2934a4d3f9a3e9d7fc2a4e9a32a2bef7174ba;hp=cfe7c9f3fa1d277a2f2b8da6540a0439260a7ca6;hpb=ca3f00d45e72c4b28b2ce39afc9543fa2f225020;p=project%2Fnetifd.git 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;