Re: Drop IPSec traffic that should be encapsulated but is not

2016-09-01 Thread Claer
On Thu, Sep 01 2016 at 46:18, Vincent Gross wrote: > On Thu, 1 Sep 2016 18:02:14 +0200 > Claer <cl...@claer.hammock.fr> wrote: > > > Hello, > > > > In some production systems, I'm still using an old patch to isakmpd for > > Nat-t. When negociating SAs w

Re: Drop IPSec traffic that should be encapsulated but is not

2016-09-01 Thread Claer
.html http://marc.info/?l=openbsd-tech=139140140105433=2 I think the patch is related to the parts of the code you are working on. Would you mind looking at this issue also? :) Thanks! Claer On Thu, Sep 01 2016 at 31:10, Vincent Gross wrote: > Our IPSec stack rejects UDP-encapsulated traf

Patches for improving npppd with rdomain support [11-12/12]

2016-03-01 Thread Claer
Hello, Patches 11 & 12. # HG changeset patch # User MJP # Date 1452862954 -3600 # Fri Jan 15 14:02:34 2016 +0100 # Node ID 5c95b08cdd4fa9db47ced3b8b1a331dbdab41ec6 # Parent 842c1c22848e171f174cc45ba7b961883fc3c184 Feature: Configure interface with the specified rdomain. diff -r

Patches for improving npppd with rdomain support [8/12]

2016-03-01 Thread Claer
Hello, Patch 8 # HG changeset patch # User MJP # Date 1452862954 -3600 # Fri Jan 15 14:02:34 2016 +0100 # Node ID 55eeedfb0cb54ed0d91c7de080b507fc79f64c30 # Parent 8d76f9f8cc873602c8593b896133648cdedb6afd Add: Introduce priv_get_if_rdomain() to get the rdomain of a device. diff -r

Patches for improving npppd with rdomain support [9/12]

2016-03-01 Thread Claer
Hello, Patch 9 # HG changeset patch # User MJP # Date 1452862954 -3600 # Fri Jan 15 14:02:34 2016 +0100 # Node ID 97146d7e9ebbb07f93d734dbdd7afe942f5cc557 # Parent 55eeedfb0cb54ed0d91c7de080b507fc79f64c30 Add: Introduce priv_set_if_rdomain() to set the rdomain of a device. diff -r

Patches for improving npppd with rdomain support [10/12]

2016-03-01 Thread Claer
Hello, patch 10 # HG changeset patch # User MJP # Date 1452862954 -3600 # Fri Jan 15 14:02:34 2016 +0100 # Node ID 842c1c22848e171f174cc45ba7b961883fc3c184 # Parent 97146d7e9ebbb07f93d734dbdd7afe942f5cc557 Add: Route functions handle rdomain. diff -r 97146d7e9ebb -r 842c1c22848e

Patches for improving npppd with rdomain support [7/12]

2016-03-01 Thread Claer
Hello, Patch 7 # HG changeset patch # User MJP # Date 1452862954 -3600 # Fri Jan 15 14:02:34 2016 +0100 # Node ID 8d76f9f8cc873602c8593b896133648cdedb6afd # Parent 90fa2a12bfaa8776e883c168aaf39be0b16fea4d Add: In the configuration file, define the rdomain of an interface. diff -r

Patches for improving npppd with rdomain support [6/12]

2016-03-01 Thread Claer
Hello, patch 6, # HG changeset patch # User MJP # Date 1452862925 -3600 # Fri Jan 15 14:02:05 2016 +0100 # Node ID 90fa2a12bfaa8776e883c168aaf39be0b16fea4d # Parent fd7f48f3955596de5fe098de0f4208106578c9db Feature: Can listen on an interface with a specific rdomain. diff -r fd7f48f39555

Patches for improving npppd with rdomain support [1/12]

2016-03-01 Thread Claer
Hello, This patch fix an incorrect check. # HG changeset patch # User MJP # Date 1452429700 -3600 # Sun Jan 10 13:41:40 2016 +0100 # Node ID 5df6e3ec88c3933dd06ced5fd459921a8043cead # Parent e414626941ab329294b3d6c26657e1b2a509f5f0 Fix: "authconf.users_file_path" is a char[] but is checked

Patches for improving npppd with rdomain support [5/12]

2016-03-01 Thread Claer
Hello, Patch 5 # HG changeset patch # User MJP # Date 1452861496 -3600 # Fri Jan 15 13:38:16 2016 +0100 # Node ID fd7f48f3955596de5fe098de0f4208106578c9db # Parent 52f96bbfc0cb83010e78d49b63a18bdc00a7 Add: Introduce common tools to get and set the rdomain of an interface. diff -r

Patches for improving npppd with rdomain support [2-4/12]

2016-03-01 Thread Claer
Hello, These patches add support for defining pid-file & control-socket from configuration file. Claer # HG changeset patch # User MJP # Date 1452430850 -3600 # Sun Jan 10 14:00:50 2016 +0100 # Node ID 12ffa641c5d987c3e1373f8a9156f4951faa54ed # Pa

Patches for improving npppd with rdomain support

2016-03-01 Thread Claer
not support rdomain ioctls yet. The serie contains 12 patches, I'll try to post one per mail for easier review. Thanks for review! Claer

Re: vmxnet3 panic

2015-05-26 Thread Claer
+0x28 Xintrioapic_level10() at Xintr_ioapic_level10+0xe1 --- interrupt --- Bad frame pointer: 0x8e5e0cd8 end trace frame: 0x8e5e0cd8, count: -6 Xspllower+0xe: ddb bsd1:~ # uname -a OpenBSD bsd1.primaire-bench.local 5.7 GENERIC#825 amd64 I'll try the patch from mike and report. Claer