Begin forwarded message:
Date: Sat, 05 Aug 2017 23:57:48 +0000 From: bugzilla-dae...@bugzilla.kernel.org To: step...@networkplumber.org Subject: [Bug 196595] New: Regression IGMP sysctl init values if not IP_MULTICAST https://bugzilla.kernel.org/show_bug.cgi?id=196595 Bug ID: 196595 Summary: Regression IGMP sysctl init values if not IP_MULTICAST Product: Networking Version: 2.5 Kernel Version: 4.5 - 4.12 Hardware: All OS: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: IPV4 Assignee: step...@networkplumber.org Reporter: vmlinuz...@gmail.com Regression: No I just upgraded from 4.4.x to 4.12.x and detected that igmp related settings are not set to default values (1, 20, 10): net.ipv4.igmp_link_local_mcast_reports = 0 net.ipv4.igmp_max_memberships = 0 net.ipv4.igmp_max_msf = 0 This is fixed if I enable IP_MULTICAST. Looks like a regression since some changes made to "Namespaceify" commit dcd87999d415d39cf2ae510bfed6b8206d778e1c and related commits. -- You are receiving this mail because: You are the assignee for the bug.