Uploaded image for project: 'Traffic Control'
  1. Traffic Control
  2. TC-353

Can't use CNAME hostname with "ccr" prefix

    XMLWordPrintableJSON

Details

    Description

      If you put a HOST_REGEX of "ccr.example.kabletown.net", it will expand to the server hostname like "edge01.example.kabletown.net". This makes the remap.config to have the wrong hostname. This might not affect anything but it should be changed to something unrelated to a specific prefix.

      The code ConfigFile.pm is causing the current behavior :

      				my $hname = $ds_type =~ /^DNS/ ? "edge" : "ccr";
      				my $portstr = "";
      ...
      	$map_from =~ s/ccr/$host_name/;
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              smalenfant Steve Malenfant
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: