You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/11/24 11:16:48 UTC

[GitHub] [cloudstack] ravening commented on pull request #4501: Disallowing udp for lb rules

ravening commented on pull request #4501:
URL: https://github.com/apache/cloudstack/pull/4501#issuecomment-732846942


   @davidjumani it does support udp
   
   ```
   (local) 🐱 > create loadbalancerrule name=test privateport=80 publicport=8080 protocol=udp account=admin domainid=04dfd1c6-c28e-11ea-9a43-0617bc003377 networkid=d396de4e-0e23-4e3b-a19a-1fe1ac35227c publicipid=6275b645-fac5-4b03-a2f1-40848655ffd0 algorithm=roundrobin
   {
     "loadbalancer": {
       "account": "admin",
       "algorithm": "roundrobin",
       "cidrlist": "",
       "domain": "ROOT",
       "domainid": "04dfd1c6-c28e-11ea-9a43-0617bc003377",
       "fordisplay": true,
       "id": "d1883751-9e55-4104-a522-c6c5c09a123b",
       "name": "test",
       "networkid": "d396de4e-0e23-4e3b-a19a-1fe1ac35227c",
       "privateport": "80",
       "protocol": "udp",
       "publicip": "10.10.20.1",
       "publicipid": "6275b645-fac5-4b03-a2f1-40848655ffd0",
       "publicport": "8080",
       "state": "Add",
       "tags": [],
       "zoneid": "8ae93aed-7db1-4a1a-9030-db0efac6ba62",
       "zonename": "mgt122-10"
     }
   }
   ```


----------------------------------------------------------------
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:
users@infra.apache.org