Re: Netlink: File exists

2010-09-14 Thread Ondrej Zajicek
On Mon, Sep 13, 2010 at 08:48:50PM +0200, Timo Weingärtner wrote: > Hi, > > Am Dienstag, 2. Februar 2010 schrieb Ondrej Zajicek: > > On Tue, Feb 02, 2010 at 06:57:14PM +, Chris Webb wrote: > > > This seems to work fine, apart from the message "bird: Netlink: File > > > exists" appearing in sys

Re: Deleting communities from outgoing prefixes

2010-09-14 Thread Ondrej Zajicek
On Mon, Sep 13, 2010 at 09:56:07PM +0300, Alexander Shikoff wrote: > Hello, > > I want to store prefixes in RIB with communities but I want to delete > communities when prefix is being announced to peer. > I'm trying following function: > > function bgp_out (int peer_as) > { > if ! (sour

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 pe

Re: Deleting communities from outgoing prefixes

2010-09-14 Thread Alexander Shikoff
On Tue, Sep 14, 2010 at 12:26:04PM +0200, Ondrej Zajicek wrote: > On Mon, Sep 13, 2010 at 09:56:07PM +0300, Alexander Shikoff wrote: > > Hello, > > > > I want to store prefixes in RIB with communities but I want to delete > > communities when prefix is being announced to peer. > > I'm trying foll