Actions
Bug #10764
closedFRR 0.6.7_1 does not work
Start date:
07/15/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.4.5-p1
Affected Plus Version:
Affected Architecture:
Description
After update to FRR 0.6.7_1 ospf stop working
Message from frr7-7.3.1:
--
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
Updated by Jim Pingle almost 5 years ago
- Status changed from New to Not a Bug
That message is not a bug, it's output from the FreeBSD package installation and can be ignored. If you have a problem with FRR, post on the forum with more specific details about what does not function for you.
Actions