Neighbor cache is unware of addresses added or removed without taking the interface down

2011-12-07 Thread Matthias Schiffer
Hi, when playing with bird I noticed the following problem: When I add or remove addresses to/from an interface without taking the interface down when doing so, the neighbor cache isn't notified, causing BGP sessions not to start even though the neighbor has become reachable, or BGP sessions tha

Re: real broadcast mode

2011-12-07 Thread Martin Kraus
On Wed, Dec 07, 2011 at 11:52:43AM +0100, Ondrej Zajicek wrote: > PTMP is more for a networks where isn't full visibility (i.e. A can speak > with B, B with C, but A cannot directly speak with C). Not sure which > networks has this property (perhaps some old leased-circuit based networks > or ad-ho

Re: real broadcast mode

2011-12-07 Thread Ondrej Zajicek
On Tue, Dec 06, 2011 at 01:41:38PM +0200, Tapio Haapala wrote: > Hello, > > Bird supports with ospf type broadcast. Looks that it actually means hat > you execpt from "type mcast". Name 'broadcast' for multicast-based interface is from OSPF RFC. So it is probably expected by others. > On severa

Re: Routing issues

2011-12-07 Thread Ondrej Zajicek
On Tue, Dec 06, 2011 at 10:06:30AM -0500, dspaz...@epicup.com wrote: > protocol static static_bgp { > import all; > > route A.A.A.A/22 reject; > route Y.Y.Y.A/29 reject; > route Y.Y.Y.B/29 reject; > } BTW, you want just the A.A.A.A/22 here, no reason to put here Y.Y.Y.A/29 and Y.Y.Y.B/29

Re: Routing issues

2011-12-07 Thread Ondrej Zajicek
On Tue, Dec 06, 2011 at 10:06:30AM -0500, dspaz...@epicup.com wrote: > I tried modifying the example. Here is the situation. > No clients, just have my own block of IPs I want to announce > (A.A.A.A/22). I also have two /29s, one from each provider (Y.Y.Y.A/29, > Y.Y.Y.B/29) that contains the ex