kiranchavala commented on issue #14077:
URL: https://github.com/apache/cloudstack/issues/14077#issuecomment-5581506755

   @weizhouapache 
   
   ```
   (localcloud) 🐱 > list extensions
   {
     "count": 4,
     "extension": [
       {
         "created": "2026-09-04T06:13:21+0000",
         "details": {
           "network.isolation.method": "NetworkExtension",
           "network.service.capabilities": 
"{\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"StaticNat\":{\"Supported\":\"true\"},\"PortForwarding\":{\"SupportedProtocols\":\"tcp,udp\"},\"Firewall\":{\"TrafficStatistics\":\"per
 public 
ip\",\"SupportedProtocols\":\"tcp,udp,icmp\",\"SupportedEgressProtocols\":\"tcp,udp,icmp,all\",\"SupportedTrafficDirection\":\"ingress,egress\",\"MultipleIps\":\"true\"},\"Lb\":{\"SupportedLBAlgorithms\":\"roundrobin,leastconn,source\",\"SupportedLBIsolation\":\"dedicated\",\"SupportedProtocols\":\"tcp,udp,tcp-proxy\",\"SupportedStickinessMethods\":\"lbcookie,appsession\",\"LbSchemes\":\"Public\",\"SslTermination\":\"false\",\"VmAutoScaling\":\"false\"},\"Dhcp\":{\"DhcpAccrossMultipleSubnets\":\"true\"},\"Dns\":{\"AllowDnsSuffixModification\":\"true\",\"ExternalDns\":\"true\"},\"NetworkACL\":{\"SupportedProtocols\":\"tcp,udp,icmp\"},\"UserData\":{\"Supported\":\"true\"}}",
           "network.services": 
"Dhcp,Dns,UserData,SourceNat,StaticNat,PortForwarding,Firewall,Lb,NetworkACL,CustomAction"
         },
         "id": "e9593389-c481-418e-ae5a-1327fb04c3cd",
         "isuserdefined": true,
         "name": "netns",
         "path": "/usr/share/cloudstack-management/extensions/netns/netns.sh",
         "pathready": true,
         "resources": [
           {
             "created": "2026-09-04T07:02:34+0000",
             "details": {
               "guest.network.device": "eth0",
               "hosts": "192.168.55.179,192.168.55.125,192.168.55.159",
               "public.network.device": "eth0",
               "username": "root"
             },
             "id": "3f924fc3-fed7-46a1-af3f-55f9a0a00ffa",
             "name": "Physical Network 1",
             "type": "PhysicalNetwork"
           }
         ],
         "state": "Enabled",
         "type": "NetworkOrchestrator"
       },
   
   
   (localcloud) 🐱 > list physicalnetworks
   {
     "count": 1,
     "physicalnetwork": [
       {
         "broadcastdomainrange": "ZONE",
         "id": "3f924fc3-fed7-46a1-af3f-55f9a0a00ffa",
         "isolationmethods": "VLAN",
         "name": "Physical Network 1",
         "state": "Enabled",
         "vlan": "200-300",
         "zoneid": "157cb8ca-1c40-4a1f-a737-8bddb1dcb2fd",
         "zonename": "Test-zone"
       }
     ]
   }
   
   (localcloud) 🐱 > listNetworkServiceProviders 
physicalnetworkid=3f924fc3-fed7-46a1-af3f-55f9a0a00ffa name=netns
   {
     "count": 1,
     "networkserviceprovider": [
       {
         "canenableindividualservice": true,
         "id": "74e7fcb4-f8bb-409a-8274-a90c0616e3f0",
         "name": "netns",
         "physicalnetworkid": "3f924fc3-fed7-46a1-af3f-55f9a0a00ffa",
         "servicelist": [
           "Dhcp",
           "Dns",
           "Firewall",
           "Lb",
           "SourceNat",
           "StaticNat",
           "PortForwarding",
           "NetworkACL",
           "UserData",
           "CustomAction"
         ],
         "state": "Enabled"
       }
     ]
   }
   
   ```
   
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to