Commit 5e06350
committed
fix: Default to TCP protocol when proto empty
When createLoadBalancerRule is called with an empty protocol,
the API will return the loadbalancerrule without a protocol
field defined when calling listLoadBalancerRules.
CloudStack appears to default to TCP in this case, but this
is not reflected in listLoadBalancerRulesResponse1 parent 52df887 commit 5e06350
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments