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 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] Extract MAC addresses from ARP packets

2014-03-05 Thread Vladimir Kamarzin
> Adding it would solve the issue at hand, but I'm not convinced that you'll > be happy with the end - it might actually end up saturating VPN links and > making users unhappy if you have "much flooded traffic" (which happens in > some of the networks). I've patched openvpn this way and testing th

Re: [Openvpn-devel] [PATCH] Extract MAC addresses from ARP packets

2014-03-05 Thread Vladimir Kamarzin
05.03.2014, 02:49, "Arne Schwabe" : > OpenVPN basically just emulates a learning switch. Learning switches > also don't need these special logic. If your setup does not work with > OpenVPN then either > > a) it won't work with a learning switch either or > b) OpenVPN learning switch implementation

Re: [Openvpn-devel] [PATCH] Extract MAC addresses from ARP packets

2014-03-04 Thread Vladimir Kamarzin
Tested on versions 2.2 and 2.3, patch applies to git master branch. I'm not sure this functionality should be wrapped with #ifdef. Waiting for comments and your opinion regarding this change.