hstan77 commented on issue #909: URL: https://github.com/apache/cloudstack-primate/issues/909#issuecomment-753846187
Yes, can still use old UI or API, In legacy UI interface, there is only add, but not edit. However, I may suggest allow edit for the start and end IP (instead of add new) , or add new range for new prefix . For modification, i also suggest to allow edit to add in IPv6 if possible to the range. As growing support and demand of IPv6 in real world now, many old implementation that now may start adding IPv6 to the pool.. But those IPv4 Prefix that previously added is not able to edit for IPv6 address, although in the DB table it has the colum ready , but UI doesn not allow to edit. On Mon, Jan 4, 2021 at 3:28 PM Rohit Yadav <notificati...@github.com> wrote: > Thanks for explaining @hstan77 <https://github.com/hstan77> this looks > like security groups only feature that isn't supported in new UI, you can > use legacy UI or API for the use-case until we address this. Since this is > infra-related feature accessible only to the root admin it may not be > considered a blocker cc @DaanHoogland <https://github.com/DaanHoogland> > (you agree?) > > @davidjumani <https://github.com/davidjumani> since you've already > started a PR, let me give you some pointers -- for SG the guest network is > uses the public network, where the IP range is consumed directly by the end > VMs than a virtual network; we probably want to add a tab in the guest > networks (SG guest networks only) which are treated as shared network with > vlan ip/ranges. This tab should list the range with pagination, for ex: > > command: listVlanIpRanges > zoneid: f4bca7d3-81ce-4bfe-9c50-56acf057844b > networkid: 8932951f-4ea2-49e2-9c83-65c16ef4fd04 > page: 1 > pagesize: 20 > response: json > > On top of the tab we can give a button to open a modal/form that takes > input to create new range, for example: (note, the parameter > forVirtualNetwork is false) > > command: createVlanIpRange > forVirtualNetwork: false > networkid: 8932951f-4ea2-49e2-9c83-65c16ef4fd04 > gateway: 192.168.1.1 > netmask: 255.255.255.0 > startip: 192.168.1.100 > endip: 192.168.1.200 > response: json > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/cloudstack-primate/issues/909#issuecomment-753807269>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ARFNGAVTDNBNM3RPN7JSQL3SYFUYPANCNFSM4VP6IPUQ> > . > -- Regards, Hean Seng ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org