]> git.ipfire.org Git - thirdparty/openvpn.git/commit
VLAN: filter multicast and client-to-client unicast traffic
authorAntonio Quartulli <a@unstable.cc>
Wed, 9 Oct 2019 14:34:17 +0000 (16:34 +0200)
committerGert Doering <gert@greenie.muc.de>
Thu, 7 Nov 2019 18:24:25 +0000 (19:24 +0100)
commit1c57ea76a256330314d53999bce3e09644b420f9
treeaead8e0611b0e79b6d361b4ab5b4e40be9c5c578
parent2b11e57c02b2d21e384a2fc860feeeeea1209f55
VLAN: filter multicast and client-to-client unicast traffic

With this change, client-to-client communications are possible only if
clients were configured with the same PVID.

At the same time also broadcast packets are now forwarded only to hosts
belonging to the originator VLAN.

Signed-off-by: Fabian Knittel <fabian.knittel@lettink.de>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20191009143422.9419-5-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18922.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/multi.c