Re: sec(4): route based ipsec vpns

2023-08-06 Thread David Gwynne
tobhe@ wrote the iked bits, so he'll commit them when he's ready. your config looks pretty much the same as mine except you specify a lot more stuff around lifetimes and crypto than i do. maybe try without "tunnel esp"? dlg On Sat, 5 Aug 2023 at 07:38, Bryce Chidester wrote: > This is very exc

Re: sec(4): route based ipsec vpns

2023-08-06 Thread David Gwynne
nice catch. you should be able to commit this now, ok by me. cheers, dlg On Sun, 9 Jul 2023 at 04:52, GODA Kazuya wrote: > Hi, > > I tested it between OpenBSD and a router that is based on NetBSD. > It seems to work well (I only tested using static routing). > > I found a minor issue that outgo

Re: sec(4): route based ipsec vpns

2023-08-06 Thread David Gwynne
i'll fix this before i enable sec(4) in GENERIC. thanks for reading it. cheers, dlg On Tue, 4 Jul 2023 at 20:04, Vitaliy Makkoveev wrote: > On Tue, Jul 04, 2023 at 03:26:30PM +1000, David Gwynne wrote: > > tl;dr: this adds sec(4) p2p ip interfaces. Traffic in and out of these > > interfaces is

Add Crucial P5Plus NVMe to pcidevs

2023-08-06 Thread Kurt Mosiejczuk
This adds Crucial to the PCI vendors list and the P5Plus NVMe. ok? --Kurt Index: pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision 1.2044 diff -u -p -r1.2044 pcidevs --- pcidevs 6 Aug 2023 14:40:25 -

Re: standardize and simplify GitHub submodule handling in ports?

2023-08-06 Thread Marc Espie
On Sat, Aug 05, 2023 at 09:50:57PM -0400, Thomas Frohwein wrote: > On Sat, Aug 05, 2023 at 11:27:24PM +0200, Marc Espie wrote: > > Some comments already. I haven't looked very closely. > > > On Sat, Aug 05, 2023 at 03:12:18PM -0400, Thomas Frohwein wrote: > > > The current draft hijacks post-extra

Re: vmd: handle EAGAIN from imsg_flush

2023-08-06 Thread Dave Voutila
Claudio Jeker writes: > On Thu, Aug 03, 2023 at 07:01:51PM -0400, Dave Voutila wrote: >> >> Claudio Jeker writes: >> >> > On Thu, Aug 03, 2023 at 04:20:47PM -0400, Dave Voutila wrote: >> >> Found this while working on some virtio stuff. My original >> >> implementation as part of the multi-pro