https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254055
--- Comment #1 from bc...@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. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"