Received: by mail.netbsd.org (Postfix, from userid 605) id 10B5484DBD; Wed, 14 Jul 2021 08:50:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47CEC84D65 for ; Wed, 14 Jul 2021 08:50:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 377awGE0Oktn for ; Wed, 14 Jul 2021 08:50:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DB3BA84CBC for ; Wed, 14 Jul 2021 08:50:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D485AFA95; Wed, 14 Jul 2021 08:50:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 14 Jul 2021 08:50:24 +0000 From: "Shoichi YAMAGUCHI" Subject: CVS commit: src/tests/net/if_vlan To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210714085024.D485AFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Shoichi YAMAGUCHI" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: yamaguchi Date: Wed Jul 14 08:50:24 UTC 2021 Modified Files: src/tests/net/if_vlan: t_vlan.sh Log Message: Added tests for adding vlan(4) to a bridge and deleting from it - add vlan(4) that has no parent interface to a bridge member - the vlan(4) cannot be added to a bridge member - detach the parent interface of vlan(4) that is in a bridge member - vlan(4) is deleted from a bridge member at the detaching To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/tests/net/if_vlan/t_vlan.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.