You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/06/20 20:11:15 UTC

[GitHub] rob05c commented on a change in pull request #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes

rob05c commented on a change in pull request #2437: Fix TO Go CRConfig generation to ignore active ANY_MAP DSes
URL: https://github.com/apache/trafficcontrol/pull/2437#discussion_r196926230
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/crconfig/deliveryservice.go
 ##########
 @@ -76,6 +76,7 @@ inner join type as t on t.id = d.type
 left outer join profile as p on p.id = d.profile
 where d.cdn_id = (select id from cdn where name = $1)
 and d.active = true
+and t.name != 'ANY_MAP'
 
 Review comment:
   Can you change this to `tc.DSTypeAnyMap`?

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