Message ID | 20180810213616.23794-1-sven@narfation.org |
---|---|
Headers | show
Return-Path: <b.a.t.m.a.n-bounces@lists.open-mesh.org> X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id CCC6581B50; Sat, 11 Aug 2018 00:07:40 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="R4YyKy12"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:4d88:2000:7::2; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver=<UNKNOWN> Received: from v3-1039.vlinux.de (narfation.org [IPv6:2001:4d88:2000:7::2]) by open-mesh.org (Postfix) with ESMTPS id 5DAEF81012 for <b.a.t.m.a.n@lists.open-mesh.org>; Fri, 10 Aug 2018 23:36:30 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593C63CFD0000000000004065.dip0.t-ipconnect.de [IPv6:2003:c5:93c6:3cfd::4065]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 7580B1100D8; Fri, 10 Aug 2018 23:36:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1533936989; bh=fMgfegXzjlalNJcTnnZfY5KCBTbSpl71y0qJo1GOnYM=; h=From:To:Cc:Subject:Date:From; b=R4YyKy12nb2bT5GyjJktB7W1ubkfpoKVRuuDQG2fnMqmmUWkfa6swlbvcEJ08C1CK BZuKGqPpFAdqDiotFrnOmYqoNlaK7RrpwfsMcY4cHh63S6Iv0Jx4qz7hHcMuQDoS4a FLj3ddpBYVLxouwZiVhvcaF8zYlSGXmsVj/D2Ql8= From: Sven Eckelmann <sven@narfation.org> To: b.a.t.m.a.n@lists.open-mesh.org Date: Fri, 10 Aug 2018 23:36:14 +0200 Message-Id: <20180810213616.23794-1-sven@narfation.org> X-Mailer: git-send-email 2.18.0 Subject: [B.A.T.M.A.N.] [PATCH 0/2] batman-adv: Continue with deprecation of debugfs X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n.lists.open-mesh.org> List-Unsubscribe: <https://lists.open-mesh.org/mm/options/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=unsubscribe> List-Archive: <http://lists.open-mesh.org/pipermail/b.a.t.m.a.n/> List-Post: <mailto:b.a.t.m.a.n@lists.open-mesh.org> List-Help: <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=help> List-Subscribe: <https://lists.open-mesh.org/mm/listinfo/b.a.t.m.a.n>, <mailto:b.a.t.m.a.n-request@lists.open-mesh.org?subject=subscribe> Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking <b.a.t.m.a.n@lists.open-mesh.org> Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" <b.a.t.m.a.n-bounces@lists.open-mesh.org> |