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 2019/11/25 17:32:33 UTC

[GitHub] [trafficcontrol] rawlinp commented on a change in pull request #4145: Add TO API Routing Blacklist via cdn.conf

rawlinp commented on a change in pull request #4145: Add TO API Routing Blacklist via cdn.conf
URL: https://github.com/apache/trafficcontrol/pull/4145#discussion_r350323884
 
 

 ##########
 File path: traffic_ops/traffic_ops_golang/config/config.go
 ##########
 @@ -108,6 +109,12 @@ type ConfigTrafficOpsGolang struct {
 	CRConfigEmulateOldPath bool `json:"crconfig_emulate_old_path"`
 }
 
+// RoutingBlacklist contains the list of route IDs that will be handled by TO-Perl and a list of route IDs that are disabled.
+type RoutingBlacklist struct {
+	PerlRoutes     []int `json:"perl_routes"`
+	DisabledRoutes []int `json:"disabled_routes"`
+}
 
 Review comment:
   Please see the corresponding dev mailing list thread. This had already been hashed out a bit, and your concerns are not unique.

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