<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi, <br>
<br>
I tried the same at BIRD 2.13 . It reports "Can't add set".
<br>
<br>
At the same time in docs<br>
--<br>
<code>add(<em>C</em>,<em>P</em>)</code> adds pair (or quad) <em>P</em>
to clist <em>C</em> and
returns the result. If item <em>P</em> is already in clist <em>C</em>,
it does
nothing. <em>P</em> may also be a clist, in that case all its
members are
added; i.e., it works as clist union.<br>
---<br>
<br>
<span class="HwtZe" jsaction="mouseup:Sxi9L,BR6jm; mousedown:qjlr0e"
jsname="jqKxS" lang="en"><span
jsaction="agoMJf:PFBcW;MZfLnc:P7O7bd;nt4Alf:pvnm0e,pfE8Hb,PFBcW;B01qod:dJXsye;H1e5u:iXtTIf;lYIUJf:hij5Wb;bmeZHc:iURhpf;Oxj3Xe:qAKMYb,yaf12d"
jsname="txFAF" class="jCAhz ChMk0b C1N51c" jscontroller="Gn4SMb"><span
class="ryNqvb" jsaction="click:E6Tfl,GFf3ac,tMZCfe;
contextmenu:Nqw7Te,QP7LD; mouseout:Nqw7Te;
mouseover:E6Tfl,c2aHje" jsname="W297wb">What did I miss</span></span></span>?<br>
<br>
<div class="moz-cite-prefix">Ondrej Zajicek пишет 28.02.2017 3:49:<br>
</div>
<blockquote cite="mid:20170228004904.CB5B3101CF@mail.crfreenet.org"
type="cite">
<pre wrap="">On Mon, Feb 27, 2017 at 08:04:41AM +0000, Борис Коваленко wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello!
Is this possible to add many communites at once?
bgp_community.add([(1,1), (1,2)]) is wrong "Setting clist attribute to
non-clist value"
</pre>
</blockquote>
<pre wrap="">
No, this is not implemented (although it makes sense). You have to add
each community independently. But the code should generate a different
error message ("Can't add set"), that seems like bug.
</pre>
</blockquote>
<br>
</body>
</html>