You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps it's better to leave igmp snooping disabled by default and, at module loading time, only enable it if igmp_snooping=1 is passed as module parameter.
Reasoning:
The reason why it should be disabled is obvious: to avoid confusing developers, existing users and new users who may experiment with lisa.
The reason for adding a module parameter is to keep backwards compatibility and config builder compatiblity - the config builder only adds "no ip igmp snooping" when igmp snooping is disabled, as it assumes that igmp snooping is enabled by default.
Somebody should check if igmp snooping is enabled by default on Cisco. If it's not, then adding the module parameter makes no sense, we should not enable igmp snooping by default, and the logic inside the config builder should be changed accordingly.
While IGMP snooping is active, the kernel crashes as soon as a VIF is assigned an IP address.
Steps to reproduce
Netconsole output
The text was updated successfully, but these errors were encountered: