You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ra...@apache.org on 2020/01/21 23:15:52 UTC

[trafficcontrol] branch 4.0.x updated (9f7ff7f -> 253b9e7)

This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a change to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.


    from 9f7ff7f  Fix atscfg not adding hdr_rw_mid files to meta cfg (#4304) (#4315)
     add 253b9e7  Fix ip_allow config generation for mids to include rascal servers (#4296) (#4308)

No new revisions were added by this update.

Summary of changes:
 lib/go-util/net.go                                 |  48 ++++++++
 lib/go-util/net_test.go                            |  49 ++++++++
 .../ort/atstccfg/cfgfile/ipallowdotconfig.go       |   7 +-
 .../testing/api/v14/ip_allow_dot_config_test.go    | 125 +++++++++++++++++++++
 traffic_ops/testing/api/v14/tc-fixtures.json       |   4 +-
 .../ats/atsserver/ipallowdotconfig.go              |   4 +-
 6 files changed, 230 insertions(+), 7 deletions(-)
 create mode 100644 traffic_ops/testing/api/v14/ip_allow_dot_config_test.go