weizhouapache commented on PR #10222:
URL: https://github.com/apache/cloudstack/pull/10222#issuecomment-2607668100

   @DaanHoogland
   
   Actually there are only 5 default shared network offerings will be listed.
   ```
   mysql> select id,unique_name  from network_offerings where `default`=1 and 
guest_type='Shared';
   +----+---------------------------------------------------+
   | id | unique_name                                       |
   +----+---------------------------------------------------+
   |  7 | DefaultSharedNetworkOfferingWithSGService         |
   |  8 | DefaultSharedNetworkOffering                      |
   |  9 | DefaultTungstenSharedNetworkOfferingWithSGService |
   | 12 | DefaultSharedNetscalerEIPandELBNetworkOffering    |
   | 20 | QuickCloudNoServices                              |
   +----+---------------------------------------------------+
   5 rows in set (0.00 sec)
   ```
   
   not a big deal I think.
   my only concern is, do they work with both tagged and untagged physical 
networks (without more code changes) ?


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to