Message ID | 20200712165020.249741-1-john@phrozen.org |
---|---|
Headers | show
Return-Path: <openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.openwrt.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=<UNKNOWN>) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=phrozen.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=merlin.20170209 header.b=3P1LsR0a; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4B4Xql4LwZz9sRN for <incoming@patchwork.ozlabs.org>; Mon, 13 Jul 2020 02:51:47 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=TWyWSnAteRWGWvEcyZGQrb8yOWqZY9yO2/o1eAok1HA=; b=3P1LsR0ay19gJoVe3s0/EXjuIj tpHeswhd8TrmbAQpNKW0qmaswVgJpmNYwscvGUSryi7VB+I8Tmr/gQeRLCLYhnpP+KTamGX29OgI5 VzF8LqBvA7CX+OWDEyNODNbh7W8GaiOFBnSM7pGyRWVxam7nWYqR72MG0nDUOg7BxF0zkT5GWZzPg mVJfWGU09z1Tnqrs1NlzZ13z50k8KeBAtt7Il0GyJthjJg+CHRvGM9a4AQSlz/4IjdwrtTQrN4dC2 OYgX27NuWGNkv4+UrI9/36RdX6IbnshMm+EM4y+u3pWhh8/pflYHiT4LmCvHKmIbTr8gqsLEwLkhx eXfvv8aA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jufBT-00029Z-12; Sun, 12 Jul 2020 16:50:35 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jufBN-00027y-W3 for openwrt-devel@lists.openwrt.org; Sun, 12 Jul 2020 16:50:31 +0000 Received: from [84.242.30.208] (helo=bertha9.lan) by ds12 with esmtpa (Exim 4.89) (envelope-from <john@phrozen.org>) id 1jufBJ-0007By-OU; Sun, 12 Jul 2020 18:50:25 +0200 From: John Crispin <john@phrozen.org> To: openwrt-devel@lists.openwrt.org Subject: [PATCH 0/3] netifd: add bridge/vlan support Date: Sun, 12 Jul 2020 18:50:17 +0200 Message-Id: <20200712165020.249741-1-john@phrozen.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200712_125030_228667_9090B321 X-CRM114-Status: UNSURE ( 7.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: OpenWrt Development List <openwrt-devel.lists.openwrt.org> List-Unsubscribe: <https://lists.openwrt.org/mailman/options/openwrt-devel>, <mailto:openwrt-devel-request@lists.openwrt.org?subject=unsubscribe> List-Archive: <http://lists.openwrt.org/pipermail/openwrt-devel/> List-Post: <mailto:openwrt-devel@lists.openwrt.org> List-Help: <mailto:openwrt-devel-request@lists.openwrt.org?subject=help> List-Subscribe: <https://lists.openwrt.org/mailman/listinfo/openwrt-devel>, <mailto:openwrt-devel-request@lists.openwrt.org?subject=subscribe> Cc: John Crispin <john@phrozen.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "openwrt-devel" <openwrt-devel-bounces@lists.openwrt.org> Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org |
Series |
netifd: add bridge/vlan support
|
expand
|