This is an automated email from the ASF dual-hosted git repository. DaanHoogland pushed a commit to branch DaanHoogland-patch-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit af5a48866ef29159f3ef86fbab3b46d8692c614b Author: dahn <[email protected]> AuthorDate: Tue Jun 23 11:18:42 2026 +0200 Update README.md --- Network-Namespace/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network-Namespace/README.md b/Network-Namespace/README.md index de9426e..c94068e 100644 --- a/Network-Namespace/README.md +++ b/Network-Namespace/README.md @@ -307,8 +307,8 @@ cmk createExtension \ name=my-extnet \ type=NetworkOrchestrator \ path=network-namespace \ - details[0]."network.services"="SourceNat,StaticNat,PortForwarding,Firewall,Gateway" \ - details[1]."network.service.capabilities"="{\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per public ip\"}}" + details[0].network.services="Vpn,Dhcp,Dns,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
