<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Documentation - IPv6 in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/Documentation-IPv6/m-p/277628#M1714</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You are correct - the examples do not show valid IPv6 addresses. The examples are missing the extra colon to indicate the short (collapsed) form of the IPv6 address. In the collapsed form, consecutive zeroes are replaced with a double colon, but this example is missing the extra colon.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first example should contain a double set of colons after the first zero-containing block, like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;[2001:db8:0::1]:80&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&amp;nbsp;like this (with the zero block omitted):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;[2001:db8::1]:80&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the second example (HTTP) should be written&amp;nbsp;like&amp;nbsp;this to indicate that there are four blocks of zeros omitted:&lt;/P&gt;
&lt;PRE class="xis-codeFragment"&gt;http://[2001:db8:0::1]:80&lt;/PRE&gt;
&lt;P&gt;I apologize for the typo. It has since been fixed in the &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#n1pssjnz8qsiphn17wvwvqpfmwlz.htm" target="_blank"&gt;later version of this document&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks for pointing it out.&lt;/P&gt;
&lt;P&gt;Lisa&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:10:20 GMT</pubDate>
    <dc:creator>leelee</dc:creator>
    <dc:date>2016-06-15T18:10:20Z</dc:date>
    <item>
      <title>Documentation - IPv6</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Documentation-IPv6/m-p/277547#M1713</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to point out an invalid form of IPv6 address in your documentation at&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a003165928.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a003165928.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain me how can this be valid form of an IPv6 address?&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[2001:db8:0:1]:80&lt;/PRE&gt;&lt;P&gt;or this&lt;/P&gt;&lt;PRE&gt;http://[2001:db8:0:1]:80&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am i missing something here or what?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that bracked are used to distinguish collon for&amp;nbsp;port numbers, but here&amp;nbsp;is 64 bits missing in these addresses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 13:07:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Documentation-IPv6/m-p/277547#M1713</guid>
      <dc:creator>vedtad</dc:creator>
      <dc:date>2016-06-15T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Documentation - IPv6</title>
      <link>https://communities.sas.com/t5/All-Things-Community/Documentation-IPv6/m-p/277628#M1714</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You are correct - the examples do not show valid IPv6 addresses. The examples are missing the extra colon to indicate the short (collapsed) form of the IPv6 address. In the collapsed form, consecutive zeroes are replaced with a double colon, but this example is missing the extra colon.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first example should contain a double set of colons after the first zero-containing block, like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;[2001:db8:0::1]:80&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&amp;nbsp;like this (with the zero block omitted):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;[2001:db8::1]:80&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and the second example (HTTP) should be written&amp;nbsp;like&amp;nbsp;this to indicate that there are four blocks of zeros omitted:&lt;/P&gt;
&lt;PRE class="xis-codeFragment"&gt;http://[2001:db8:0::1]:80&lt;/PRE&gt;
&lt;P&gt;I apologize for the typo. It has since been fixed in the &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/68089/HTML/default/viewer.htm#n1pssjnz8qsiphn17wvwvqpfmwlz.htm" target="_blank"&gt;later version of this document&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Thanks for pointing it out.&lt;/P&gt;
&lt;P&gt;Lisa&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/Documentation-IPv6/m-p/277628#M1714</guid>
      <dc:creator>leelee</dc:creator>
      <dc:date>2016-06-15T18:10:20Z</dc:date>
    </item>
  </channel>
</rss>

