[Bug 255871] [PATCH] net: Fix a use after free in update_rtm_from_rc

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255871 Mark Johnston changed: What|Removed |Added Status|New |In Progress CC|

Re: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-17 Thread Marko Zec
On Mon, 17 May 2021 09:53:25 + Francois ten Krooden wrote: > On 2021/05/16 09:22, Vincenzo Maffione wrote: > > > > > Hi, > > Yes, you are not using emulated netmap mode. > > > > In the test setup depicted here > > https://github.com/ftk-ntq/vpp/wiki/VPP-throughput-using-netmap- > > inter

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #10 from martin.larss...@gmail.com --- setting sysctl net.route.multipath=0 didnt change anything in this case -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #9 from Marek Zarychta --- Also disabling multipath at this stage will probably help: sysctl net.route.multipath=0 -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org Assig

RE: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-17 Thread Francois ten Krooden
On 2021/05/16 09:22, Vincenzo Maffione wrote: > > Hi, > Yes, you are not using emulated netmap mode. > > In the test setup depicted here > https://github.com/ftk-ntq/vpp/wiki/VPP-throughput-using-netmap- > interfaces#test-setup > I think you should really try to replace VPP with the netmap "br

RE: Vector Packet Processing (VPP) portability on FreeBSD

2021-05-17 Thread Francois ten Krooden
On 2021/05/14 16:11, Jim Thompson wrote: > On May 13, 2021, at 7:02 AM, Francois ten Krooden wrote: > > > > Thank you. I did set this to 1 specifically now and it still works. So > > then it > > should be running in native mode. > > > > I will dig a bit into the function that processes the in

[Bug 255882] vxlan(4): kernel panic when unloading module if vxlan interface in VNET jails not shutdown before jail shutdown

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255882 Aleksandr Fedorov changed: What|Removed |Added CC||afedo...@freebsd.org --- Comme