Re: Any reason to not implement VRRP in FreeBSD?

2023-01-26 Thread Jim Thompson
FreeBSD has always been free to have a VRRP implementation. The smoke and mirrors FUD managed to prevent same to this point, but it was always FUD. Jim > On Jan 26, 2023, at 10:08 AM, Nicolas MASSE > wrote: > > Hi all, > > Currently, i'm investigating solutions in order to ensure some >

[Bug 266442] kernel page fault on packet with broken lengths if ipfilter is loaded

2023-01-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266442 Cy Schubert changed: What|Removed |Added Summary|kernel page fault on packet |kernel page fault on packet

Re: Any reason to not implement VRRP in FreeBSD?

2023-01-26 Thread Andrea Venturoli
On 1/26/23 17:08, Nicolas MASSE wrote: Is there currently any reason to not have an implementation of VRRP inside FreeBSD? https://www.freshports.org/net/freevrrpd (I remember I used it in the past, many many years ago; when CARP was introduced in base, I switched, so I don't know how good i

Any reason to not implement VRRP in FreeBSD?

2023-01-26 Thread Nicolas MASSE
Hi all, Currently, i'm investigating solutions in order to ensure some redundancy at the IP level. More specifically, i'm looking into CARP and VRRP. As i'm having a look at the CARP implementation, one question did arise: Is there currently any reason to not have an implementation of VRRP inside

[Bug 268910] ixgbe(4): rxcsum register setting can cause TCP connection hangs

2023-01-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268910 --- Comment #6 from Przemysław Lewandowski --- Maybe the best solution is merged this patch to 12 and 13: https://reviews.freebsd.org/D33019 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 268910] ixgbe(4): rxcsum register setting can cause TCP connection hangs

2023-01-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268910 --- Comment #5 from Przemysław Lewandowski --- This issue exists on 13.1 as well. I cannot reproduce on 14.0 but here PCBGROUP is not support (I cannot compile source with this flag), I used only RSS flag. https://reviews.freebsd.org/D3301