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