On Fri, 2013-03-08 at 12:08 +0800, Herbert Xu wrote: > On Fri, Mar 08, 2013 at 12:06:53PM +0800, Cong Wang wrote: > > > > The mdst may be removed, however the BR_INPUT_SKB_CB_MROUTERS_ONLY(skb) > > is still set, because in br_multicast_ipv4_rcv(): > > But those packets are only meant for routers, which is why we > have the br_multicast_is_router test above. > Hmm, what the user experiences is the multicast traffic between the bridge and some port is broken. Isn't this expected to work by default? Or we can just change the default value of br->multicast_router to 2? Thanks!