To view an individual PR, use:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and ob
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261129
--- Comment #13 from Marek Zarychta ---
(In reply to Marek Zarychta from comment #12)
>Default gateways:
>1. fib 0:
># netstat -rn6 | grep default
>default 2001:470:x:y::1UGSawg0
>2. fib 1:
># netstat -rn6 -F 1 | grep defaul
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261129
Marek Zarychta changed:
What|Removed |Added
CC||n...@freebsd.org,
> On 12. Jun 2022, at 18:40, Chris Ross wrote:
>
>
> Tl;dr;
> I don’t know why I’m getting an EINVAL from a call to bind for a second socket
>
>
>
>
> 20 years ago, I spent a lot of time adding IPv6 support to IPv4-only programs.
> So I thought this (adding IPv6 support to simpleproxy[1]) wo
Okay. So, anyone can feel free to look at my code at the link below, but
as soon as I got desperate enough to reach out to a mailer, I found my
own mistake.
For the curious, inside my loop I was calling socket() with the original
pointer, not the iterator. :-( So, calling socket() the same wa
Tl;dr;
I don’t know why I’m getting an EINVAL from a call to bind for a second socket
20 years ago, I spent a lot of time adding IPv6 support to IPv4-only programs.
So I thought this (adding IPv6 support to simpleproxy[1]) would be an easy
project to pick up. I’ve gotten most of the framewor