ravening commented on pull request #871: URL: https://github.com/apache/cloudstack-primate/pull/871#issuecomment-732847453
> To be merged only if backend PR is merged. Can you review/advise @weizhouapache @ravening ? @davidjumani @rhtyd 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: us...@infra.apache.org