From patchwork Tue Sep 1 01:26:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Linus_L=C3=BCssing?= X-Patchwork-Id: 18156 X-Patchwork-Delegate: sw@simonwunderlich.de Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id 6331C804F1; Tue, 1 Sep 2020 03:26:25 +0200 (CEST) Received: from mail.aperture-lab.de (mail.aperture-lab.de [IPv6:2a01:4f8:171:314c::100:a1]) by diktynna.open-mesh.org (Postfix) with ESMTPS id 228E680250 for ; Tue, 1 Sep 2020 03:26:23 +0200 (CEST) From: =?utf-8?q?Linus_L=C3=BCssing?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c0d3.blue; s=2018; t=1598923582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=EKdRTZH5S4oLJFB/ZW441UbcY2dBoZ+O56INMPt3BGk=; b=Kw074C6OGSjS/Fp+gKVAQbtnxrZ1WFO4PyxQ+vm8TEHlvB7OMAeJ1x2LM89DbdrbX/QapG 7UuDEHDxlbru0C825lpzShe2zp0MVS4saz27gqhxCyNZhV/4k7u96vlJMARwb6oEjQt8qQ 879dUQbl7W1+5Up7dotgO350xnT207M9BnBHqzFhPx7+dWB6iPfxTIiGbLJ9rGYqiIjl/p d7Wn/2gfC9pDwYmz7jm3dmtRAYBbMswR8BxctnFlIhgc4df5zu6nukA9koQiD7Ipt+MZoL 99q2TgVZojn2779eB/77Prspk972078otLeaEQZI0bsKSOKUE1fkixM/lIG6/Q== To: b.a.t.m.a.n@lists.open-mesh.org Cc: =?utf-8?q?Linus_L=C3=BCssing?= Subject: [PATCH maint 1/4] batman-adv: mcast/TT: fix wrongly dropped or rerouted packets Date: Tue, 1 Sep 2020 03:26:03 +0200 Message-Id: <20200901012606.7620-1-linus.luessing@c0d3.blue> MIME-Version: 1.0 Authentication-Results: ORIGINATING; auth=pass smtp.auth=linus.luessing@c0d3.blue smtp.mailfrom=linus.luessing@c0d3.blue ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1598923583; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding:dkim-signature; bh=EKdRTZH5S4oLJFB/ZW441UbcY2dBoZ+O56INMPt3BGk=; b=tfSbfNidLRHNvGEGaiVNA2EMBSlKkpLx2aScbFsMN+22Kwe9sZI0cq0zympmF8ae/aGYhM IcAWt3TRS5A+XIXqnIdjaF2K2VGz0C8yJmlJsnNRKQikOq4f982e/Sqk3fD565v/NqDPsd m4AL5vaw+GH6s2OZ6PgpdtPtE9vmSdY= ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1598923583; a=rsa-sha256; cv=none; b=zwPD5F4WD0aWPkLcShKz7rc9pvO/FeY9eQKdut9ZbZOEaloXBv1MlO0JBjCwJ+ipc57Pox BymzGJNHHrXp5SNwXA8eQQcTYXY50g4HhBTyNgdA2QVNF0iJMWQjheaFnpcy4iHAOY65Vy 2/3v4hjxiw90A+mnqzSXPGJEWCAywtw= ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=none (invalid DKIM record) header.d=c0d3.blue header.s=2018 header.b=Kw074C6O; spf=none (diktynna.open-mesh.org: domain of linus.luessing@c0d3.blue has no SPF policy when checking 2a01:4f8:171:314c::100:a1) smtp.mailfrom=linus.luessing@c0d3.blue Message-ID-Hash: F44AQNGVOS22C7RXKMMOR5SA4QYKEF6H X-Message-ID-Hash: F44AQNGVOS22C7RXKMMOR5SA4QYKEF6H X-MailFrom: linus.luessing@c0d3.blue X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: The unicast packet rerouting code makes several assumptions. For instance it assumes that there is always exactly one destination in the TT. This breaks for multicast frames in a unicast packets in several ways: For one thing if there is actually no TT entry and the destination node was selected due to the multicast tvlv flags it announced. Then an intermediate node will wrongly drop the packet. For another thing if there is a TT entry but the TTVN of this entry is newer than the originally addressed destination node: Then the intermediate node will wrongly redirect the packet, leading to duplicated multicast packets at a multicast listener and missing packets at other multicast listeners or multicast routers. Fixing this by not applying the unicast packet rerouting to batman-adv unicast packets with a multicast payload. We are not able to detect a roaming multicast listener at the moment and will just continue to send the multicast frame to both the new and old destination for a while in case of such a roaming multicast listener. Signed-off-by: Linus Lüssing --- net/batman-adv/routing.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c index 27cdf5e4..9e5c71e4 100644 --- a/net/batman-adv/routing.c +++ b/net/batman-adv/routing.c @@ -826,6 +826,10 @@ static bool batadv_check_unicast_ttvn(struct batadv_priv *bat_priv, vid = batadv_get_vid(skb, hdr_len); ethhdr = (struct ethhdr *)(skb->data + hdr_len); + /* do not reroute multicast frames in a unicast header */ + if (is_multicast_ether_addr(ethhdr->h_dest)) + return true; + /* check if the destination client was served by this node and it is now * roaming. In this case, it means that the node has got a ROAM_ADV * message and that it knows the new destination in the mesh to re-route From patchwork Tue Sep 1 01:26:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Linus_L=C3=BCssing?= X-Patchwork-Id: 18157 X-Patchwork-Delegate: sw@simonwunderlich.de Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id D76FA80606; Tue, 1 Sep 2020 03:26:26 +0200 (CEST) Received: from mail.aperture-lab.de (mail.aperture-lab.de [IPv6:2a01:4f8:171:314c::100:a1]) by diktynna.open-mesh.org (Postfix) with ESMTPS id A289D80019 for ; Tue, 1 Sep 2020 03:26:23 +0200 (CEST) From: =?utf-8?q?Linus_L=C3=BCssing?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c0d3.blue; s=2018; t=1598923583; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hG5dDmEgsXyO4QLAZnNHb06TLwZurFBZbwxvWafniyE=; b=IAt4EEtO4c1wXIP5JIWXVdvczQy0pgM4Qqvf+FLld/O9qsHUivgSXq4BhGu/szEq24X+xW QmZeI3+OTUz9vMLu5Sev0JoXtLoq31hEScloui8QeS/J5GLlp+3N3WwCEHPlFALssAwqTI 2V9uoKJcv3QaarF+8qTqW02bMEx91yCGQK3Jyc3gIMp0px62Nl8l13XdflzUfv7jkANJXc P5+9uKU755tJDuhbAruc0liJer9Lk9YNxpvJyUuNHYgBScthp/U0zOLdvJ/JDIRGT/I9M4 9PFyalCEqz7wGqyz5KUAWfHs3kcMY+l+YjsyEXzNZXRqR3TLrw95UY5MjC/HDg== To: b.a.t.m.a.n@lists.open-mesh.org Cc: =?utf-8?q?Linus_L=C3=BCssing?= Subject: [PATCH maint 2/4] batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LAN Date: Tue, 1 Sep 2020 03:26:04 +0200 Message-Id: <20200901012606.7620-2-linus.luessing@c0d3.blue> In-Reply-To: <20200901012606.7620-1-linus.luessing@c0d3.blue> References: <20200901012606.7620-1-linus.luessing@c0d3.blue> MIME-Version: 1.0 Authentication-Results: ORIGINATING; auth=pass smtp.auth=linus.luessing@c0d3.blue smtp.mailfrom=linus.luessing@c0d3.blue ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1598923583; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=hG5dDmEgsXyO4QLAZnNHb06TLwZurFBZbwxvWafniyE=; b=3A2H9r/ltXYnfiV2vevkQPsX6bCfENoBI4Gk4eWzYgo8zH7SV2o2U0jNC1IVbwpvH0M4Q3 pBkSFyhIemF+s6H1HqZVWfT3BY/XYSaSxjmuUdTWQ0/fJquWMVk7hq+TfEUFTwjBY6VZn/ i19Gs2FU48PWpxAolkJK+oqdy20upqo= ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1598923583; a=rsa-sha256; cv=none; b=0ybWR88TCAJjSH1RLIw4nAnig0MmC7EMNiCzAY+DFHTr8BfJh640stYk2ypGM/mw1t4V4J B0mG9UVTTwCBgih4Ytt5BBbz6Ixlrrp+VRzfPXVPMiuPgAEFES8CIiUgmXIrpVuSqICV6x vAohIEkRwbePQwd5n8qa2QQbQ90v/Lw= ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=none (invalid DKIM record) header.d=c0d3.blue header.s=2018 header.b=IAt4EEtO; spf=none (diktynna.open-mesh.org: domain of linus.luessing@c0d3.blue has no SPF policy when checking 2a01:4f8:171:314c::100:a1) smtp.mailfrom=linus.luessing@c0d3.blue Message-ID-Hash: W24FGM77DXOGNJOKUHMTZ6WA2LMLC6NZ X-Message-ID-Hash: W24FGM77DXOGNJOKUHMTZ6WA2LMLC6NZ X-MailFrom: linus.luessing@c0d3.blue X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Scenario: * Multicast frame send from a BLA backbone (multiple nodes with their bat0 bridged together, with BLA enabled) Issue: * BLA backbone nodes receive the frame multiple times on bat0 For multicast frames received via batman-adv broadcast packets the originator of the broadcast packet is checked before decapsulating and forwarding the frame to bat0 (batadv_bla_is_backbone_gw()-> batadv_recv_bcast_packet()). If it came from a node which shares the same BLA backbone with us then it is not forwarded to bat0 to avoid a loop. When sending a multicast frame in a non-4-address batman-adv unicast packet we are currently missing this check - and cannot do so because the batman-adv unicast packet has no originator address field. However, we can simply fix this on the sender side by only sending the multicast frame via unicasts to interested nodes which do not share the same BLA backbone with us. This also nicely avoids some unnecessary transmissions on mesh side. Note that no infinite loop was observed, probably because of dropping via batadv_interface_tx()->batadv_bla_tx(). However the duplicates still utterly confuse switches/bridges, ICMPv6 duplicate address detection and neighbor discovery and therefore leads to long delays before being able to establish TCP connections, for instance. And it also leads to the Linux bridge printing messages like: "br-lan: received packet on eth1 with own address as source address ..." Signed-off-by: Linus Lüssing --- net/batman-adv/send.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/net/batman-adv/send.c b/net/batman-adv/send.c index d267b948..67f493c0 100644 --- a/net/batman-adv/send.c +++ b/net/batman-adv/send.c @@ -29,6 +29,7 @@ #include #include +#include "bridge_loop_avoidance.h" #include "distributed-arp-table.h" #include "fragmentation.h" #include "gateway_client.h" @@ -343,6 +344,18 @@ int batadv_send_skb_unicast(struct batadv_priv *bat_priv, if (!orig_node) goto out; + /* Avoid sending multicast-in-unicast packets to other BLA + * gateways - they already got the frame from the LAN side + * we share with them. + * TODO: Refactor multicast code to anticipate this, to + * avoid this check here. + */ + if (is_multicast_ether_addr(eth_hdr(skb)->h_dest) && + batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) { + dev_kfree_skb(skb); + return NET_XMIT_SUCCESS; + } + switch (packet_type) { case BATADV_UNICAST: if (!batadv_send_skb_prepare_unicast(skb, orig_node)) From patchwork Tue Sep 1 01:26:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Linus_L=C3=BCssing?= X-Patchwork-Id: 18158 X-Patchwork-Delegate: sw@simonwunderlich.de Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id 58EAC805F1; Tue, 1 Sep 2020 03:26:27 +0200 (CEST) Received: from mail.aperture-lab.de (mail.aperture-lab.de [138.201.29.205]) by diktynna.open-mesh.org (Postfix) with ESMTPS id 4C4EA80019 for ; Tue, 1 Sep 2020 03:26:24 +0200 (CEST) From: =?utf-8?q?Linus_L=C3=BCssing?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c0d3.blue; s=2018; t=1598923584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=K7e9VLER4nm3NtON1j4zVf6dvsKfEkah713f7E/ciu8=; b=CEKSLUtw7EBYh1TUL2D2AKGZyxLsKhcAzLLu1HcPvWH492NbqCHkTJNaUAmj2KcXsPzymG vCFvG3dbS/Gd7Xlq7nodg3gCN6CCU2jKt3KK0TCGffq18iN/SqQ8CQcufB2WQzd+YxO2Yr KTDPA4ixHsfHdx8G1bV2wxofTLS4ulDih43ccGzj7k9eG6LfVyRdWPT5LbFcZjSnxPf2W+ yCafrjPmsY0tG+o2UjYBX5jxheyfhrUCC0vCZjo9cM49wWW5XcRSrqgYxceK/5bzHlXLLO 7nhiYkYRzEwfbzqOri3djNva3QVfLvDYEv2U0sJ2Ovo+UGOMPG/Yc/2K/zMRdg== To: b.a.t.m.a.n@lists.open-mesh.org Cc: =?utf-8?q?Linus_L=C3=BCssing?= Subject: [PATCH maint 3/4] batman-adv: mcast: fix duplicate mcast packets in BLA backbone from mesh Date: Tue, 1 Sep 2020 03:26:05 +0200 Message-Id: <20200901012606.7620-3-linus.luessing@c0d3.blue> In-Reply-To: <20200901012606.7620-1-linus.luessing@c0d3.blue> References: <20200901012606.7620-1-linus.luessing@c0d3.blue> MIME-Version: 1.0 Authentication-Results: ORIGINATING; auth=pass smtp.auth=linus.luessing@c0d3.blue smtp.mailfrom=linus.luessing@c0d3.blue ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1598923584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=K7e9VLER4nm3NtON1j4zVf6dvsKfEkah713f7E/ciu8=; b=jp3nnVhfHJlWf+NhxHsUoGCSzvpin5lyocX2pMKVGAwB+O+/XH0ucDi3IrjcIothoKEZAj g8Wu4AxTSbo+BWf2pLxIhICGkEcEW1/5NPn03WsfPSs11h1jCu83V0Q0XX+CmDPir2f6ek SAb8YP+pD1DpYCJl6seDanw8yxetMtg= ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1598923584; a=rsa-sha256; cv=none; b=aj/okHzNabFHWAhCI/gDYvwXGKb0Lvzpw1zAVOrtl6hOY31A1duNdqgjNAP1JXHGLfO6xJ aQtnI2N7OrQ5pob0L4P4Ittad/PbIpmamGcyFPwRLbnN6sBUoKUjqPMeQG82NPBskEHVWP x6vhXoSxkiqvhGQsQiXZcVMa6QLD8xk= ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=none (invalid DKIM record) header.d=c0d3.blue header.s=2018 header.b=CEKSLUtw; spf=none (diktynna.open-mesh.org: domain of linus.luessing@c0d3.blue has no SPF policy when checking 138.201.29.205) smtp.mailfrom=linus.luessing@c0d3.blue Message-ID-Hash: OUH7BCYLYBK4D6XWDAV234M4G5EV5BAZ X-Message-ID-Hash: OUH7BCYLYBK4D6XWDAV234M4G5EV5BAZ X-MailFrom: linus.luessing@c0d3.blue X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Scenario: * Multicast frame send from mesh to a BLA backbone (multiple nodes with their bat0 bridged together, with BLA enabled) Issue: * BLA backbone nodes receive the frame multiple times on bat0, once from mesh->bat0 and once from each backbone_gw from LAN For unicast, a node will send only to the best backbone gateway according to the TQ. However for multicast we currently cannot determine if multiple destination nodes share the same backbone if they don't share the same backbone with us. So we need to keep sending the unicasts to all backbone gateways and let the backbone gateways decide which one will forward the frame. We can use the CLAIM mechanism to make this decision. One catch: The batman-adv gateway feature for DHCP packets potentially sends multicast packets in the same batman-adv unicast header as the multicast optimizations code. And we are not allowed to drop those even if we did not claim the source address of the sender, as for such packets there is only this one multicast-in-unicast packet. How can we distinguish the two cases? For DHCPv4: Here the broadcast MAC address is used and the multicast optimizations will never send a broadcast frame via batman-adv unicast packets (see the !is_broadcast_ether_addr() check in after the goto-send in batadv_interface_tx(). For DHCPv6: This is even trickier... DHCPv6 potentially uses non-broadcast multicast addresses. However according to RFC8415, section 7.1 it seems that currently multicast is only used from a DHCPv6 client to a DHCPv6 server, but not the other way round. Working through the gateway feature part in batadv_interface_tx() it can be inferred that a DHCPv6 packet to a DHCP client would have been the only option for a DHCPv6 multicast packet to be sent via unicast through the gateway feature. Ergo, the newly introduced claim check won't wrongly drop a DHCPv6 packet received via the gateway feature either. Signed-off-by: Linus Lüssing --- net/batman-adv/bridge_loop_avoidance.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index d8c5d317..9603a6d0 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -1848,7 +1848,8 @@ bool batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, if (unlikely(atomic_read(&bat_priv->bla.num_requests))) /* don't allow broadcasts while requests are in flight */ - if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) + if (is_multicast_ether_addr(ethhdr->h_dest) && + (!is_broadcast_ether_addr(ethhdr->h_dest) || is_bcast)) goto handled; ether_addr_copy(search_claim.addr, ethhdr->h_source); @@ -1885,7 +1886,8 @@ bool batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, } /* if it is a broadcast ... */ - if (is_multicast_ether_addr(ethhdr->h_dest) && is_bcast) { + if (is_multicast_ether_addr(ethhdr->h_dest) && + (!is_broadcast_ether_addr(ethhdr->h_dest) || is_bcast)) { /* ... drop it. the responsible gateway is in charge. * * We need to check is_bcast because with the gateway From patchwork Tue Sep 1 01:26:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Linus_L=C3=BCssing?= X-Patchwork-Id: 18159 X-Patchwork-Delegate: sw@simonwunderlich.de Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from diktynna.open-mesh.org (localhost [IPv6:::1]) by diktynna.open-mesh.org (Postfix) with ESMTP id C4C5D8068C; Tue, 1 Sep 2020 03:26:32 +0200 (CEST) Received: from mail.aperture-lab.de (mail.aperture-lab.de [138.201.29.205]) by diktynna.open-mesh.org (Postfix) with ESMTPS id E3A72803C8 for ; Tue, 1 Sep 2020 03:26:24 +0200 (CEST) From: =?utf-8?q?Linus_L=C3=BCssing?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c0d3.blue; s=2018; t=1598923584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SeMUIimmvd1BomBIMWzE0E6mR9shlrNZ5783ITgqvvM=; b=FqFDH1PwHdu2sZz1BX+NPGEC3cey/ZqJLFp4Wt2HCWC5moXwQoY711kkqK0fwaH4egcqE1 Ac7VjdCVdUnTJCMiUMH6/Z0Cjl0hAEJA8xWs8wL/E/IO/+NMgBsvWeOrL84kW0JyfBm+kI CHnVgrDTFcZJx2yoz/Ao8s+q+zFVx5Vqmp9gxqCDVSJKz10nXa3/u/s58WtsYF//qh07X1 A1yuhG4ot27mOtVMR8wObWdBYPO4xt+/xAM90vUq0XjtOdEmW+blZos/5CKwnsy3YK6+Nw xP4mmU7vDZbVqds3fTnw1NgxCZfB+b7859bilV1lWcco9IPF/AJ+nyevS6J6Eg== To: b.a.t.m.a.n@lists.open-mesh.org Cc: =?utf-8?q?Linus_L=C3=BCssing?= Subject: [PATCH maint 4/4] batman-adv: mcast: fix duplicate mcast packets from BLA backbone to mesh Date: Tue, 1 Sep 2020 03:26:06 +0200 Message-Id: <20200901012606.7620-4-linus.luessing@c0d3.blue> In-Reply-To: <20200901012606.7620-1-linus.luessing@c0d3.blue> References: <20200901012606.7620-1-linus.luessing@c0d3.blue> MIME-Version: 1.0 Authentication-Results: ORIGINATING; auth=pass smtp.auth=linus.luessing@c0d3.blue smtp.mailfrom=linus.luessing@c0d3.blue ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=open-mesh.org; s=20121; t=1598923584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=SeMUIimmvd1BomBIMWzE0E6mR9shlrNZ5783ITgqvvM=; b=XUfgF5IWzHswNjEMteZSXah2jhFRyo5c7cgXrl9M7ntClsNIfOOyzElqPRt/w6AEON8UFm J1E23D7xLMRFmEmpdWVmgL9Kqu2HEbaV57bDtRoZfavkrBtYPHVWY2xEUhwYdAZaOhsGp7 H55Fewfemn68BwO3dcsOaglx+18HTXI= ARC-Seal: i=1; s=20121; d=open-mesh.org; t=1598923584; a=rsa-sha256; cv=none; b=pa7R+Y0+85G5ixGyOXEPxtKUw+5JGq93weaVSNATblyGra0n31QDCrgz12HA/F0tTEGsgd Bp4YEZtb6PhpmZn4ZWi3YvplXLo5Z5CwAE+OCrnlbQaoMhn/fB5ar/r/zWXC6r5kziWgAZ 47mKK5avFfobHX9ljFj2vnXuloh5Esg= ARC-Authentication-Results: i=1; diktynna.open-mesh.org; dkim=none (invalid DKIM record) header.d=c0d3.blue header.s=2018 header.b=FqFDH1Pw; spf=none (diktynna.open-mesh.org: domain of linus.luessing@c0d3.blue has no SPF policy when checking 138.201.29.205) smtp.mailfrom=linus.luessing@c0d3.blue Message-ID-Hash: EB3THLQ67GSMH5HPEVYXZV7UWVVY6C7P X-Message-ID-Hash: EB3THLQ67GSMH5HPEVYXZV7UWVVY6C7P X-MailFrom: linus.luessing@c0d3.blue X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-b.a.t.m.a.n.lists.open-mesh.org-0; header-match-b.a.t.m.a.n.lists.open-mesh.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Scenario: * Multicast frame send from BLA backbone gateways (multiple nodes with their bat0 bridged together, with BLA enabled) sharing the same LAN to nodes in the mesh Issue: * Nodes receive the frame multiple times on bat0 from the mesh, once from each foreign BLA backbone gateway which shares the same LAN with another For multicast frames via batman-adv broadcast packets coming from the same BLA backbone but from different backbone gateways duplicates are currently detected via a CRC history of previously received packets. However this CRC so far was not performed for multicast frames received via batman-adv unicast packets. Fixing this by appyling the same check for such packets, too. Room for improvements in the future: Ideally we would introduce the possibility to not only claim a client, but a complete originator, too. This would allow us to only send a multicast-in-unicast packet from a BLA backbone gateway claiming the node and by that avoid potential redundant transmissions in the first place. Signed-off-by: Linus Lüssing --- net/batman-adv/bridge_loop_avoidance.c | 86 +++++++++++++++++++++----- 1 file changed, 70 insertions(+), 16 deletions(-) diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index 9603a6d0..c509a83d 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c @@ -1580,14 +1580,16 @@ int batadv_bla_init(struct batadv_priv *bat_priv) } /** - * batadv_bla_check_bcast_duplist() - Check if a frame is in the broadcast dup. + * batadv_bla_check_duplist() - Check if a frame is in the broadcast dup. * @bat_priv: the bat priv with all the soft interface information - * @skb: contains the bcast_packet to be checked - * - * check if it is on our broadcast list. Another gateway might - * have sent the same packet because it is connected to the same backbone, - * so we have to remove this duplicate. + * @skb: contains the multicast packet to be checked + * @payload_ptr: pointer to position inside the head buffer of the skb + * marking the start of the data to be CRC'ed * + * Check if it is on our broadcast list. Another gateway might have sent the + * same packet because it is connected to the same backbone, so we have to + * remove this duplicate. + * This is performed by checking the CRC, which will tell us * with a good chance that it is the same packet. If it is furthermore * sent by another host, drop it. We allow equal packets from @@ -1595,19 +1597,17 @@ int batadv_bla_init(struct batadv_priv *bat_priv) * * Return: true if a packet is in the duplicate list, false otherwise. */ -bool batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, - struct sk_buff *skb) +static bool batadv_bla_check_duplist(struct batadv_priv *bat_priv, + struct sk_buff *skb, u8 *payload_ptr, + const u8 *orig) { + struct batadv_bcast_duplist_entry *entry; + bool ret = false; int i, curr; __be32 crc; - struct batadv_bcast_packet *bcast_packet; - struct batadv_bcast_duplist_entry *entry; - bool ret = false; - - bcast_packet = (struct batadv_bcast_packet *)skb->data; /* calculate the crc ... */ - crc = batadv_skb_crc32(skb, (u8 *)(bcast_packet + 1)); + crc = batadv_skb_crc32(skb, payload_ptr); spin_lock_bh(&bat_priv->bla.bcast_duplist_lock); @@ -1626,7 +1626,8 @@ bool batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, if (entry->crc != crc) continue; - if (batadv_compare_eth(entry->orig, bcast_packet->orig)) + if (!is_zero_ether_addr(entry->orig) && + batadv_compare_eth(entry->orig, orig)) continue; /* this entry seems to match: same crc, not too old, @@ -1643,7 +1644,7 @@ bool batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, entry = &bat_priv->bla.bcast_duplist[curr]; entry->crc = crc; entry->entrytime = jiffies; - ether_addr_copy(entry->orig, bcast_packet->orig); + ether_addr_copy(entry->orig, orig); bat_priv->bla.bcast_duplist_curr = curr; out: @@ -1652,6 +1653,52 @@ bool batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, return ret; } +/** + * batadv_bla_check_ucast_duplist() - Check if a frame is in the broadcast dup. + * @bat_priv: the bat priv with all the soft interface information + * @skb: contains the multicast packet to be checked, decapsulated from a + * unicast_packet + * + * Check if it is on our broadcast list. Another gateway might have sent the + * same packet because it is connected to the same backbone, so we have to + * remove this duplicate. + * + * Return: true if a packet is in the duplicate list, false otherwise. + */ +static bool batadv_bla_check_ucast_duplist(struct batadv_priv *bat_priv, + struct sk_buff *skb) +{ + u8 orig[ETH_ALEN]; + + eth_zero_addr(orig); + + return batadv_bla_check_duplist(bat_priv, skb, (u8 *)skb->data, orig); +} + +/** + * batadv_bla_check_bcast_duplist() - Check if a frame is in the broadcast dup. + * @bat_priv: the bat priv with all the soft interface information + * @skb: contains the bcast_packet to be checked + * + * Check if it is on our broadcast list. Another gateway might have sent the + * same packet because it is connected to the same backbone, so we have to + * remove this duplicate. + * + * Return: true if a packet is in the duplicate list, false otherwise. + */ +bool batadv_bla_check_bcast_duplist(struct batadv_priv *bat_priv, + struct sk_buff *skb) +{ + struct batadv_bcast_packet *bcast_packet; + u8 *payload_ptr; + + bcast_packet = (struct batadv_bcast_packet *)skb->data; + payload_ptr = (u8 *)(bcast_packet + 1); + + return batadv_bla_check_duplist(bat_priv, skb, payload_ptr, + bcast_packet->orig); +} + /** * batadv_bla_is_backbone_gw_orig() - Check if the originator is a gateway for * the VLAN identified by vid. @@ -1852,6 +1899,13 @@ bool batadv_bla_rx(struct batadv_priv *bat_priv, struct sk_buff *skb, (!is_broadcast_ether_addr(ethhdr->h_dest) || is_bcast)) goto handled; + /* potential duplicates from foreign BLA backbone gateways via + * multicast-in-unicast packets + */ + if (is_multicast_ether_addr(ethhdr->h_dest) && !is_bcast && + batadv_bla_check_ucast_duplist(bat_priv, skb)) + goto handled; + ether_addr_copy(search_claim.addr, ethhdr->h_source); search_claim.vid = vid; claim = batadv_claim_hash_find(bat_priv, &search_claim);