Skip to content

Commit d0cf2b0

Browse files
committed
Fix: Update vm.network.throttling.rate configuration
1 parent 7388a9e commit d0cf2b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/hypervisors/vmware/src/main/java/com/cloud/network/VmwareTrafficLabel.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ public void setVirtualSwitchType(VirtualSwitchType vSwitchType) {
128128
}
129129

130130
// Getter to ensure traffic shaping consistency across all NICs
131-
public boolean isTrafficShapingConsistent() {
132-
return isTrafficShapingConsistent;
131+
133132
}
134133
}

0 commit comments

Comments
 (0)