Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE70510CD2 for ; Thu, 7 Nov 2013 22:27:51 +0000 (UTC) Received: (qmail 61373 invoked by uid 500); 7 Nov 2013 22:27:46 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 61352 invoked by uid 500); 7 Nov 2013 22:27:46 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 61328 invoked by uid 500); 7 Nov 2013 22:27:46 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 61319 invoked by uid 99); 7 Nov 2013 22:27:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2013 22:27:46 +0000 Date: Thu, 7 Nov 2013 22:27:46 +0000 (UTC) From: "Animesh Chaturvedi (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-3212) [Advanced_With_SG]View IP Address Range in Default Guest Network page does not show the gateway and netmask for the IP Range MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-3212?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Animesh Chaturvedi updated CLOUDSTACK-3212: ------------------------------------------- BULK EDIT> These issues are open to be picked up. Help in resolution is app= reciated. > [Advanced_With_SG]View IP Address Range in Default Guest Network page doe= s not show the gateway and netmask for the IP Range > -------------------------------------------------------------------------= --------------------------------------------------- > > Key: CLOUDSTACK-3212 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-321= 2 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: UI > Affects Versions: 4.2.0 > Environment: Latest build from master-6-17-stable branch > Reporter: Sanjeev N > Fix For: 4.3.0 > > Attachments: listIPRange.JPG > > > From 4.2 onwards we will be supporting multiple subnets per vlan for gues= t Traffic. So admin can add multiple subnets/CIDRs in a single vlan. With c= urrent implementation listing IP Ranges in a givin defaultguestnetwork only= shows the start ip and end ip of that ip range in UI, but it should also s= how the gateway and netmask because there can be multiple CIDRs per vlan an= d each CIDR can have seperate gateway and netmask. > However listVlanIPRanges API shows all the information related to the CID= R.=20 > API Fired: > http://10.147.59.119:8080/client/api?command=3DlistVlanIpRanges&zoneid=3D= 957f320c-767a-40ae-b0df-adeacd61ffcd&networkid=3De2db33a4-5092-433f-8d33-2d= 3202a02d86&page=3D1&pagesize=3D20&response=3Djson&sessionkey=3D6XgHLEak6xW8= jvOciXszQAqwvEQ%3D&_=3D1372246636649 > Response: > { "listvlaniprangesresponse" : { "count":3 ,"vlaniprange" : [ {"id":"a8f= daa6e-ed62-4e35-9235-7652c9ea113c","forvirtualnetwork":false,"zoneid":"957f= 320c-767a-40ae-b0df-adeacd61ffcd","vlan":"33","account":"system","domainid"= :"759d3732-dd7b-11e2-9424-06ab4600005f","domain":"ROOT","gateway":"10.147.3= 3.1","netmask":"255.255.255.128","startip":"10.147.33.3","endip":"10.147.33= .9","networkid":"e2db33a4-5092-433f-8d33-2d3202a02d86","physicalnetworkid":= "1846c30d-96f7-4a00-8697-5cd76f2c249c"}, {"id":"668c33f3-9d14-4fe0-9e08-11e= b79d9ba85","forvirtualnetwork":false,"zoneid":"957f320c-767a-40ae-b0df-adea= cd61ffcd","vlan":"33","account":"system","domainid":"759d3732-dd7b-11e2-942= 4-06ab4600005f","domain":"ROOT","gateway":"10.147.33.129","netmask":"255.25= 5.255.192","startip":"10.147.33.130","endip":"10.147.33.134","networkid":"e= 2db33a4-5092-433f-8d33-2d3202a02d86","physicalnetworkid":"1846c30d-96f7-4a0= 0-8697-5cd76f2c249c"}, {"id":"8f0e87cf-4977-4f0b-a62e-3b0b85eaafc6","forvir= tualnetwork":false,"zoneid":"957f320c-767a-40ae-b0df-adeacd61ffcd","vlan":"= 33","account":"system","domainid":"759d3732-dd7b-11e2-9424-06ab4600005f","d= omain":"ROOT","gateway":"10.147.33.129","netmask":"255.255.255.192","starti= p":"10.147.33.140","endip":"10.147.33.144","networkid":"e2db33a4-5092-433f-= 8d33-2d3202a02d86","physicalnetworkid":"1846c30d-96f7-4a00-8697-5cd76f2c249= c"} ] } } > Attached screen shot shows the existing behavior.=20 -- This message was sent by Atlassian JIRA (v6.1#6144)