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