Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 7591165d8 -> f3e3dc93b


fix v6 default max


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/5ef171a9
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/5ef171a9
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/5ef171a9

Branch: refs/heads/master
Commit: 5ef171a90acd9e320fef41b71efb673907738dcc
Parents: 52b194e
Author: Jan van Doorn <j...@apache.org>
Authored: Mon Jan 23 17:32:56 2017 +0000
Committer: Jeremy Mitchell <mitchell...@gmail.com>
Committed: Mon Jan 23 10:42:28 2017 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/UI/ConfigFiles.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/5ef171a9/traffic_ops/app/lib/UI/ConfigFiles.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/UI/ConfigFiles.pm 
b/traffic_ops/app/lib/UI/ConfigFiles.pm
index 8774f2a..69498f8 100644
--- a/traffic_ops/app/lib/UI/ConfigFiles.pm
+++ b/traffic_ops/app/lib/UI/ConfigFiles.pm
@@ -479,7 +479,7 @@ sub ip_allow_data {
        # default for coalesce_ipv4 = 24, 5 and for ipv6 48, 5; override with 
the parameters in the server profile.
        my $coalesce_masklen_v4 = 24;
        my $coalesce_number_v4 = 5;
-       my $coalesce_masklen_v6 = 24;
+       my $coalesce_masklen_v6 = 48;
        my $coalesce_number_v6 = 5;
        my $rs_parameter =
                $self->db->resultset('ProfileParameter')->search( { profile => 
$server->profile->id }, { prefetch => [ "parameter", "profile" ] } );

Reply via email to