vishesh92 commented on code in PR #12706:
URL: https://github.com/apache/cloudstack/pull/12706#discussion_r3226177876


##########
server/src/main/java/org/apache/cloudstack/network/RoutedIpv4ManagerImpl.java:
##########
@@ -989,8 +989,7 @@ public boolean applyRoutingFirewallRule(long id) {
     @Override
     public boolean isVirtualRouterGateway(Network network) {
         return isRoutedNetwork(network)
-                && 
(networkServiceMapDao.canProviderSupportServiceInNetwork(network.getId(), 
Service.Gateway, Provider.VirtualRouter))
-                || 
networkServiceMapDao.canProviderSupportServiceInNetwork(network.getId(), 
Service.Gateway, Provider.VPCVirtualRouter);
+                && 
(networkServiceMapDao.canProviderSupportServiceInNetwork(network.getId(), 
Service.Gateway, Provider.VirtualRouter));

Review Comment:
   check this once



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