From patchwork Wed Jun 24 10:38:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1316041 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49sKQc1sQjz9sSc; Wed, 24 Jun 2020 20:39:36 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1jo2oW-0000Bd-Vj; Wed, 24 Jun 2020 10:39:32 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jo2oV-0000BF-I4 for kernel-team@lists.ubuntu.com; Wed, 24 Jun 2020 10:39:31 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jo2nk-0004rq-90 for kernel-team@lists.ubuntu.com; Wed, 24 Jun 2020 10:38:44 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] VLAN_8021Q=m && BRIDGE_VLAN_FILTERING=y Date: Wed, 24 Jun 2020 12:38:43 +0200 Message-Id: <20200624103843.94161-2-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200624103843.94161-1-paolo.pisati@canonical.com> References: <20200624103843.94161-1-paolo.pisati@canonical.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1882955 Signed-off-by: Paolo Pisati --- debian.kvm/config/config.common.ubuntu | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu index c249ad26b35f..db405d7ce72d 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -241,6 +241,7 @@ CONFIG_BRIDGE_EBT_VLAN=m CONFIG_BRIDGE_IGMP_SNOOPING=y CONFIG_BRIDGE_NETFILTER=m CONFIG_BRIDGE_NF_EBTABLES=m +CONFIG_BRIDGE_VLAN_FILTERING=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_BT is not set # CONFIG_BTRFS_ASSERT is not set @@ -684,6 +685,7 @@ CONFIG_FUSE_FS=m CONFIG_FUTEX=y # CONFIG_FW_LOADER is not set # CONFIG_GAMEPORT is not set +CONFIG_GARP=m # CONFIG_GART_IOMMU is not set # CONFIG_GCOV_KERNEL is not set CONFIG_GENERIC_CALIBRATE_DELAY=y @@ -1241,6 +1243,7 @@ CONFIG_MPILIB=y CONFIG_MPLS=y # CONFIG_MPLS_ROUTING is not set # CONFIG_MPSC is not set +CONFIG_MRP=m CONFIG_MSDOS_FS=m CONFIG_MSDOS_PARTITION=y CONFIG_MTD=m @@ -2203,7 +2206,9 @@ CONFIG_VIRTUALIZATION=y # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set # CONFIG_VIRT_DRIVERS is not set CONFIG_VIRT_TO_BUS=y -# CONFIG_VLAN_8021Q is not set +CONFIG_VLAN_8021Q=m +CONFIG_VLAN_8021Q_GVRP=y +CONFIG_VLAN_8021Q_MVRP=y # CONFIG_VM86 is not set # CONFIG_VME_BUS is not set # CONFIG_VMWARE_PVSCSI is not set