Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Mar 2021 09:13:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 254055] route6d Issues
Message-ID:  <bug-254055-7501-VmRJuN2zAv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254055-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254055-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254055

--- Comment #1 from bc979@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_RO=
UTE
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 route6=
d.c
I'll have to wait till the next release to put together any patches.  I am
going to add the fflush's.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254055-7501-VmRJuN2zAv>