shamrickus commented on a change in pull request #4774:
URL: https://github.com/apache/trafficcontrol/pull/4774#discussion_r440219105



##########
File path: lib/go-tc/crconfig.go
##########
@@ -90,7 +90,7 @@ type CRConfigTrafficOpsServer struct {
        HashCount        *int                  `json:"hashCount,omitempty"`
        HashId           *string               `json:"hashId,omitempty"`
        HttpsPort        *int                  `json:"httpsPort"`
-       InterfaceName    *string               `json:"interfaceName,omitempty"`
+       Interfaces       []InterfaceInfo       `json:"interfaces"`

Review comment:
       Originally I thought the CR config objects would need to be updated 
hence the change. I reverted all the changes to the TM structs.




----------------------------------------------------------------
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:
[email protected]


Reply via email to