[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? Open

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

2014-03-04 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. Before this change extraction of MAC addresses was perfor