We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6abb0b2 commit 3281e59Copy full SHA for 3281e59
1 file changed
server/src/main/java/com/cloud/api/ApiResponseHelper.java
@@ -5427,12 +5427,6 @@ public FirewallResponse createIpv6FirewallRuleResponse(FirewallRule fwRule) {
5427
}
5428
5429
Long vpcId = fwRule.getVpcId();
5430
- if (vpcId == null && networkId != null) {
5431
- Network network = ApiDBUtils.findNetworkById(networkId);
5432
- if (network != null) {
5433
- vpcId = network.getVpcId();
5434
- }
5435
5436
if (vpcId != null) {
5437
Vpc vpc = ApiDBUtils.findVpcById(vpcId);
5438
if (vpc != null) {
0 commit comments