<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Ondrej,<br>
      <br>
      Thanks you for the explanation.<br>
      <br>
      Best~<br>
      <br>
      On 07/26/2013 12:00 PM, Ondrej Zajicek wrote:<br>
    </div>
    <blockquote cite="mid:20130726090056.GK1830@localhost" type="cite">
      <pre wrap="">On Fri, Jul 26, 2013 at 10:01:30AM +0300, Javor Kliachev wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello, 

I have some troubles defining a pair set object using the following assignment: 

Reading configuration from /usr/local/bird-new/etc/bird.conf 
/usr/local/bird-new/etc/functions3.conf, line 281: Value 31343232 out of range (0-65535) 
bird> 

The actual line 281: 

roopoi=[(RoO,1001..1999)]; 
</pre>
      </blockquote>
      <pre wrap="">...
</pre>
      <blockquote type="cite">
        <pre wrap="">It seems recursive assignment for variables of this particular type is not allowed. 
</pre>
      </blockquote>
      <pre wrap="">
Yes, pair sets are preprocessed during reading config files, so only constant
expressions are allowed in them. The nonsensical error message 'Value 31343232
out of range' is a result of a bug - some random value is used instead
of void value. But the fix for this bug would not help you.

</pre>
      <blockquote type="cite">
        <pre wrap="">Is there a fix or workaround for achieving this functionality, despite the pure numerical assignment?
</pre>
      </blockquote>
      <pre wrap="">
Probably no, you have to define separate functions with constant pair sets.

</pre>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      ---<br>
      <a
href="http://cloudware.bg/?utm_source=email&utm_medium=signature&utm_content=link&utm_campaign=newwebsite"
        style="font-family:Verdana; color:#00ACE5; font-size:12px;
        text-decoration:none;">Find out about our new Cloud service -
        Cloudware.bg</a><br>
      <div style="font-family:Verdana; color:#A0A0A0;font-size:12px;">Access
        anywhere. Manage it yourself. Pay as you go.</div>
      <hr color="#103E81" noshade="noshade" size="1" width="400px"
        align="left">
      <div style="font-family:Verdana; color:#103E81; font-size:12px;">
        <strong>Javor Kliachev</strong><br>
        IP Engineer<br>
        <br>
        Neterra Ltd.<br>
        Telephone: +359 2 975 16 16<br>
        Fax: +359 2 975 34 36<br>
      </div>
      <a href="http://www.neterra.net" style="font-size:12px;
        font-family:Verdana; color:#00ACE5; text-decoration:none;">www.neterra.net</a>
      <br>
      <br>
      <br>
    </div>
  </body>
</html>