This is an automated email from the ASF dual-hosted git repository.

weizhouapache pushed a commit to branch network-namespace
in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git


The following commit(s) were added to refs/heads/network-namespace by this push:
     new a64110b  Update README.md (#2)
a64110b is described below

commit a64110be43a1b03b34f5c41e1be051f2830b4f96
Author: dahn <[email protected]>
AuthorDate: Tue Jun 23 11:09:26 2026 +0200

    Update README.md (#2)
---
 Network-Namespace/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Network-Namespace/README.md b/Network-Namespace/README.md
index 1c5b552..de9426e 100644
--- a/Network-Namespace/README.md
+++ b/Network-Namespace/README.md
@@ -307,10 +307,8 @@ cmk createExtension \
     name=my-extnet \
     type=NetworkOrchestrator \
     path=network-namespace \
-    "details[0].key=network.services" \
-    "details[0].value=SourceNat,StaticNat,PortForwarding,Firewall,Gateway" \
-    "details[1].key=network.service.capabilities" \
-    
"details[1].value={\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per
 public ip\"}}"
+    
details[0]."network.services"="SourceNat,StaticNat,PortForwarding,Firewall,Gateway"
 \
+    
details[1]."network.service.capabilities"="{\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per
 public ip\"}}"
 ```
 
 The two details declare which services this extension provides and their

Reply via email to