You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/02/07 12:39:11 UTC

[GitHub] [cloudstack] andrijapanicsb commented on a change in pull request #3864: Ignore site to site vpn status check on internallbvm

andrijapanicsb commented on a change in pull request #3864: Ignore site to site vpn status check on internallbvm
URL: https://github.com/apache/cloudstack/pull/3864#discussion_r376369773
 
 

 ##########
 File path: server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
 ##########
 @@ -885,6 +885,10 @@ public void doInTransactionWithoutResult(final TransactionStatus status) {
     @DB
     protected void updateSite2SiteVpnConnectionState(final List<DomainRouterVO> routers) {
         for (final DomainRouterVO router : routers) {
+            if (router.getRole() != Role.VIRTUAL_ROUTER) {
 
 Review comment:
   not sure I can advise here... I say we go forward, as NetScaller should definitively NOT be marked as "VIRTUAL_ROUTER"

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services