b0ca8db0d9
PR: 229397 Reported by: pi Sponsored by: Orange Fix build with SNMP option. PR: 228159 Reported by: pautina@kharkiv.net Fix crash with gif/tun/gre interface. PR: 228643 Reported by: mike@sentex.net
7 lines
346 B
Text
7 lines
346 B
Text
FRR's OSPF daemons tries to allocate big socket buffer, so generate warning
|
|
messages like:
|
|
"setsockopt_so_sendbuf: fd 6: SO_SNDBUF set to 1048576 (requested 8388608)"
|
|
To prevent such message kern.ipc.maxsockbuf can be increased:
|
|
sysctl kern.ipc.maxsockbuf=16777216
|
|
|
|
Error message "ifam_read() doesn't read all socket data" is under investigation
|