Re: [Bridge] Problem with syslog in bridge(?) with ethernet broadcast packets with QinQ

2017-10-16 Thread Andrés Pozo Muñoz
Hi Stephen, thanks for your response. I managed to move forward removing the bridge from my schema. I think the problem has to deal with multicast IPv6 addresses with QinQ in a bridge. If I remove that bridge and put the traffic through a vlan type subinterface in the physical interface,

[Bridge] [PATCH] netfilter: ebtables: clean up initialization of buf

2017-10-16 Thread Colin King
From: Colin Ian King buf is initialized to buf_start and then set on the next statement to buf_start + offsets[i]. Clean this up to just initialize buf to buf_start + offsets[i] to clean up the clang build warning: "Value stored to 'buf' during its initialization is