Re: Deleting unallowed communities

2010-09-14 Thread Ondrej Zajicek
On Mon, Sep 13, 2010 at 07:57:49PM +0300, Alexander Shikoff wrote: There is a bug in community set delete. Try attached patch to fix it. Thank you very much! This patch fixes a problem. Ondrej, do you plan to implement invertion of community lists? Not invertion of community lists, but

Re: Deleting unallowed communities

2010-09-07 Thread Alexander Shikoff
On Mon, Sep 06, 2010 at 08:28:47PM +0200, Ondrej Zajicek wrote: But there is another issue: function check_community (clist c) pair set wrong; { wrong = [ (0,0)..(0,25371), (0,25373)..(0,31209), (0,31211)..(31209,65535),

Re: Deleting unallowed communities

2010-09-07 Thread Ondrej Zajicek
On Tue, Sep 07, 2010 at 01:50:58PM +0300, Alexander Shikoff wrote: This code works for me. This is a recent feature, perhaps you are using an old version of BIRD. Try version 1.2.4 . I'm using 1.2.4. Where do you call a function from? In my configuration it is called from filter: I

Deleting unallowed communities

2010-09-06 Thread Alexander Shikoff
Hello, is it possible in filter to delete all communities except ones which are stored in pre-defined list? Thanks in advance! -- MINO-RIPE

Re: Deleting unallowed communities

2010-09-06 Thread Ondrej Zajicek
On Mon, Sep 06, 2010 at 07:45:15PM +0300, Alexander Shikoff wrote: Hello, is it possible in filter to delete all communities except ones which are stored in pre-defined list? It is possible to do that, but you have to manually invert the list of communities. For example instead of a list of

Re: Deleting unallowed communities

2010-09-06 Thread Alexander Shikoff
On Mon, Sep 06, 2010 at 07:00:58PM +0200, Ondrej Zajicek wrote: On Mon, Sep 06, 2010 at 07:45:15PM +0300, Alexander Shikoff wrote: Hello, is it possible in filter to delete all communities except ones which are stored in pre-defined list? It is possible to do that, but you have to

Re: Deleting unallowed communities

2010-09-06 Thread Alexander Shikoff
On Mon, Sep 06, 2010 at 08:18:06PM +0300, Alexander Shikoff wrote: On Mon, Sep 06, 2010 at 07:00:58PM +0200, Ondrej Zajicek wrote: On Mon, Sep 06, 2010 at 07:45:15PM +0300, Alexander Shikoff wrote: Hello, is it possible in filter to delete all communities except ones which are