[zebra 22904] Re: can't setsockopt IP_ADD_MEMBERSHIP No buffer space available
David Stevens <[email protected]>
| Newsgroups | gmane.network.zebra |
|---|---|
| Message-ID | <OF4362ADBD.36C51AE3-ON882571A1.006C0E8B-882571A1.006C54BE@us.ibm.com> |
If you have lots of interfaces, you may be hitting the limit on group
memberships.
You can increase it with:
sysctl -w net.ipv4.igmp_max_memberships=X
where "X" is something bigger than it is now (printing with "sysctl
net.ipv4.igmp_max_memberships")
+-DLS