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 2018/01/07 12:06:06 UTC

[GitHub] rhtyd commented on a change in pull request #2128: CLOUDSTACK-9885: VPCVR: Updated to the private the traffic_type

rhtyd commented on a change in pull request #2128: CLOUDSTACK-9885: VPCVR: Updated to the private the traffic_type
URL: https://github.com/apache/cloudstack/pull/2128#discussion_r160047465
 
 

 ##########
 File path: server/src/com/cloud/network/guru/PrivateNetworkGuru.java
 ##########
 @@ -64,7 +64,7 @@
     @Inject
     EntityManager _entityMgr;
 
-    private static final TrafficType[] TrafficTypes = {TrafficType.Guest};
+    private static final TrafficType[] TrafficTypes = {TrafficType.PrivateGw};
 
 Review comment:
   Will this cause regression @jayapalu ? /cc @ustcweizhou 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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