mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
13bede1e9b
FRR 3 branch by renaming frr to frr4. Fixed a typo regarding my last modification into MOVED file too.
9 lines
404 B
Plaintext
9 lines
404 B
Plaintext
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 messages like "if_ioctl(SIOCGIFMEDIA) failed: Invalid argument" and
|
|
crashs with tun,gre or gif interfaces are under investigation.
|