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 2020/01/03 22:27:53 UTC

[GitHub] [trafficcontrol] mattjackson220 edited a comment on issue #4198: EDNS0 Client Subnet for Delivery Services

mattjackson220 edited a comment on issue #4198: EDNS0 Client Subnet for Delivery Services
URL: https://github.com/apache/trafficcontrol/pull/4198#issuecomment-570715788
 
 
   > Also, I'm not sure if you want to do this as a follow-up PR or in this one, but in order for TP to work with the new DS field, it needs to be pointed to 1.5 now -- which I'm pretty sure is this:
   > 
   > ```
   > traffic_portal/app/src/scripts/config.js:.constant('ENV', { api: { root:'/api/1.4/' } })
   > ```
   > 
   > With TP making 1.5 requests, I think TO-Perl also needs updated to have a 1.5 section so that any remaining Perl routes will be found when requesting 1.5, like there are for 1.4:
   > 
   > ```
   > TrafficOpsRoutes.pm: # 1.4 Routes
   > TrafficOpsRoutes.pm:    $version = "1.4";
   > ```
   
   I'll open a new PR for this so it isn't tied up with this one.  Here's the new one: PR #4254 

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