Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E99B6200BD0 for ; Wed, 30 Nov 2016 13:18:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E831E160B13; Wed, 30 Nov 2016 12:18:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6385A160B08 for ; Wed, 30 Nov 2016 13:18:09 +0100 (CET) Received: (qmail 26462 invoked by uid 500); 30 Nov 2016 12:18:01 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 25214 invoked by uid 99); 30 Nov 2016 12:18:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 12:18:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B483DFCF7; Wed, 30 Nov 2016 12:18:00 +0000 (UTC) From: rhtyd To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request #1579: CLOUDSTACK-9403 : Support for shared networks... Content-Type: text/plain Message-Id: <20161130121800.2B483DFCF7@git1-us-west.apache.org> Date: Wed, 30 Nov 2016 12:18:00 +0000 (UTC) archived-at: Wed, 30 Nov 2016 12:18:10 -0000 Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1579#discussion_r90220849 --- Diff: api/src/com/cloud/network/Network.java --- @@ -215,6 +216,8 @@ public static Provider getProvider(String providerName) { public static final Capability DistributedRouter = new Capability("DistributedRouter"); public static final Capability StretchedL2Subnet = new Capability("StretchedL2Subnet"); public static final Capability RegionLevelVpc = new Capability("RegionLevelVpc"); + public static final Capability NoVlan = new Capability("NoVlan"); + public static final Capability PublicAccess = new Capability("PublicAccess"); --- End diff -- Can you check if an untagged capability can be used, and default egress policy can be used; instead of introducing these two capabilities? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---