Re: [Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-17 Thread Gert Doering
Hi, On Mon, Mar 17, 2014 at 11:06:33AM +0600, Vladimir Kamarzin wrote: > 11.03.2014, 16:16, "Vladimir Kamarzin" : > > Here is corrected patch for master. > What about this patch? It was in attachment. Sorry, sometimes it takes a while for stuff to get reviewed. I was out with a bad case of flu a

Re: [Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-17 Thread Vladimir Kamarzin
11.03.2014, 16:16, "Vladimir Kamarzin" : > Here is corrected patch for master. What about this patch? It was in attachment.

Re: [Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-11 Thread Vladimir Kamarzin
Here is corrected patch for master.From 23f8bbf88f22f649022405473d542a7779783556 Mon Sep 17 00:00:00 2001 From: "Vladimir V. Kamarzin" Date: Fri, 7 Mar 2014 18:36:03 +0600 Subject: [PATCH] Flood unicast packet with unknown destination to all clients When working in TAP mode, openvpn at server sid

Re: [Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-07 Thread Gert Doering
Hi, On Fri, Mar 07, 2014 at 06:12:37PM +0600, Vladimir Kamarzin wrote: > > FEATURE ack from me. The code looks good, but I git am does not apply > > the patch cleanly. Is the patch again master? > > Right, it's not against master, I've made it on top of ubuntu package > 2.3.2-7ubuntu3. I'll rewo

Re: [Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-07 Thread Vladimir Kamarzin
> FEATURE ack from me. The code looks good, but I git am does not apply > the patch cleanly. Is the patch again master? Right, it's not against master, I've made it on top of ubuntu package 2.3.2-7ubuntu3. I'll rework it to master.

Re: [Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-07 Thread Arne Schwabe
Am 07.03.14 10:58, schrieb Vladimir V. Kamarzin: > From: "Vladimir V. Kamarzin" > > When working in TAP mode, openvpn at server side maintains mapping table > "MAC" -> "client". It needs to know what MAC belongs to what client to > be able to forward traffic. > > How does openvpn maintains it's MA

[Openvpn-devel] [PATCH] Flood unicast packet with unknown destination to all clients

2014-03-07 Thread Vladimir V. Kamarzin
From: "Vladimir V. Kamarzin" When working in TAP mode, openvpn at server side maintains mapping table "MAC" -> "client". It needs to know what MAC belongs to what client to be able to forward traffic. How does openvpn maintains it's MAC address table? Openvpn basically emulates learning switch b