[Bug 254055] route6d Issues

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 7 09:13:02 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254055

--- Comment #1 from bc979 at lafn.org ---
After much testing of the code, the problem is not in the logging directly, but
the log is buffered and there is very little written to it.  Adding a fflush
after each printf fixes the logging.  However, in the log, after each
ADD/DELETE entry is an entry that says:

Can not write to rtsock: Operation not supported

I believe that is why I don't see the updates to the route table.  Although,
ADD does work even though it shows the error.  I am not familiar with PF_ROUTE
sockets so it will take me awhile to learn about those and what could be
causing that problem.  Since I forgot to save a copy of the original route6d.c
I'll have to wait till the next release to put together any patches.  I am
going to add the fflush's.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list