11.03.2014, 16:16, "Vladimir Kamarzin" :
> Here is corrected patch for master.
What about this patch? It was in attachment.
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
> 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.
> 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
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
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.