weizhouapache commented on code in PR #10060:
URL: https://github.com/apache/cloudstack/pull/10060#discussion_r1874994355


##########
plugins/hypervisors/vmware/src/main/java/com/cloud/network/VmwareTrafficLabel.java:
##########
@@ -120,4 +126,9 @@ public void setVirtualSwitchName(String vSwitchName) {
     public void setVirtualSwitchType(VirtualSwitchType vSwitchType) {
         _vSwitchType = vSwitchType;
     }
+
+    // Getter to ensure traffic shaping consistency across all NICs
+    public boolean isTrafficShapingConsistent() {

Review Comment:
   @iishitahere 
   this method is not used anywhere. did I miss something ?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to