Vlan enabled bridge bug?

Issue is now solved so IVL bit is always set.

Assisted learning enabled

In the following commit:

https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=d851798584ffd497b6cf0ae68f9ba75afced0ec3

Thanks to DENG Qingfang

1 Like

Hey, I came across a 4-year-old thread that seems to describe similar issues we’re facing on OpenWrt:

The fixes mentioned there should already be included, but it looks like they haven’t been fully addressed in the current OpenWrt versions with the 6.6 kernel.

Try disabling flow offloading.

I added to the firewall options in openwrt:


config defaults
    option flow_offloading '0'
    option flow_offloading_hw '0'

However, did not help. :confused: Sorry I completely forgot about this thread. Still searching for a solution.