How to Enable support for IPsec deprecated algorithms: 3DES, MD5-HMAC

2022-10-04 Thread alfadev
Hi, i am trying to move my gateway from FreeBSD 11.0 to FreeBSD 14.0 to use newly added ipfw table lookup for mac addresses (https://reviews.freebsd.org/D35103) Also I have too many IPSec connections between fortigate, cisco etc. And their operators use only 3DES algorithms and they have no inten

Re: in_pcbbind_setup: wrong condition regarding INP_REUSEPORT ?

2022-10-04 Thread Sean Bruno
On 10/3/22 04:14, Andriy Gapon wrote: I must admit that the condition in question is fairly long and non-trivial and I cannot decipher it, but these two lines look wrong to me: (t->inp_flags2 & INP_REUSEPORT) || (t

Re: in_pcbbind_setup: wrong condition regarding INP_REUSEPORT ?

2022-10-04 Thread Andriy Gapon
On 04/10/2022 14:37, Sean Bruno wrote: On 10/3/22 04:14, Andriy Gapon wrote: I must admit that the condition in question is fairly long and non-trivial and I cannot decipher it, but these two lines look wrong to me:   (t->inp_flags2 & INP_REUSEPORT) ||