Re: IPv6 with VNET jails

From: Goran Mekić <meka_at_tilda.center>
Date: Wed, 22 Dec 2021 10:02:31 UTC
Hello,

To answer my own question, I was missing this line in PF:
nat on $ext_if inet6 from cbsd0:network to any -> ($ext_if:0)

There, "inet6" and "$ext_if:0" are important bits. Without :0 PF would
load-balance IPv6 addresses and that's link-local one and one assigned
by rtsold.

I hope this helps someone in the future.

Regards,
meka