Gergo Szakal wrote:
OK, another issue here:Oct 25 11:28:16 fw kernel: bridge_pfil: m_pullup failedI get loads of such messages in system log. I have no reports on network outage or anything, just get these messages. Question is: any way to debug?
Are you still experiencing this problem? If so you could change the printf to:
printf("%s: m_pullup %d failed\n", __func__, i);
This will give us a better idea of what is happening and may help
discover the problem.
Scott
