Re: Source Address Dependent Routing for BIRD

2017-03-05 Thread Ondrej Zajicek
On Sun, Mar 05, 2017 at 09:21:43PM +0100, Dean wrote: > About the patch: it might be a little long, about 60 commits. And I > started working last year, on BIRD 1.6.2, so some things might be > different. Should I still just send each commit one by one here? Generally, commits that are series of w

Re: Source Address Dependent Routing for BIRD

2017-03-05 Thread Dean
Static routes can be added in the configuration file with a source address constraint. To match an entry in the routing table, you have to match both the source and destination address. The same thing as running the command: ip -6 route add 2001:db9:1::/64 from 2001:db9:2::/64 dev eth0 Meaning

Re: Source Address Dependent Routing for BIRD

2017-03-05 Thread Ondrej Zajicek
On Sun, Mar 05, 2017 at 07:39:57PM +0100, Dean wrote: > Hello, > > I have been working on implementing SADR (Source Address Dependent Routing) > in BIRD for the static and OSPFv3 protocols. Interesting. How it works? > What's the procedure for publishing the code? Should I put it on a > reposito

Source Address Dependent Routing for BIRD

2017-03-05 Thread Dean
Hello, I have been working on implementing SADR (Source Address Dependent Routing) in BIRD for the static and OSPFv3 protocols. What's the procedure for publishing the code? Should I put it on a repository online and send you a link? Regards, Dean

Re: iBGP - Simple static route exchange

2017-03-05 Thread Борис Коваленко
No, off the list is not special, returning to it. Yes, overlapping is in bird as it import routes from kernel. Just remove routes from kernel and you'll get working config. ⁣С уважением, Борис Коваленко​ На 5 марта 2017 г., 22:39, в 22:39, Cedric Lemarchand написал:>Hum I am starting to under

Re: iBGP - Simple static route exchange

2017-03-05 Thread Ondrej Zajicek
On Sun, Mar 05, 2017 at 01:51:10PM +0100, Cedric Lemarchand wrote: > On host1 (10.10.1.1) : > > bird> show route all for 192.168.1.0/24 > 192.168.1.0/24 dev eth1 [direct1 13:44:52] * (240) > Type: device unicast univ >via 10.10.1.1 on eth0 [static1 13:44:52] (200) >

Re: iBGP - Simple static route exchange

2017-03-05 Thread Cedric Lemarchand
On host1 (10.10.1.1) : bird> show route all for 192.168.1.0/24 192.168.1.0/24 dev eth1 [direct1 13:44:52] * (240) Type: device unicast univ via 10.10.1.1 on eth0 [static1 13:44:52] (200) Type: static unicast univ bird> show route all for 192.168.2.0/24 Netwo

Re: OSPF ptmp

2017-03-05 Thread Ondrej Zajicek
On Sun, Mar 05, 2017 at 04:51:47AM +, Борис Коваленко wrote: > Hello, Ondrej! > > Ough. It was deep night when I returned to this problem. Of course you are > right. Here is info for ptmp. No packets from FreeBSD. Well, it is clear. Because PtMP mode in BIRD does not use multicast (as per RFC

iBGP - Simple static route exchange

2017-03-05 Thread Борис Коваленко
Hello! Would You please show the output for 'show route all for 192.168.1.0/24' and also 'show route all where proto = "static1"' *Regards,* *Boris* -- С уважением, Борис Коваленко

Re: iBGP - Simple static route exchange

2017-03-05 Thread Cedric Lemarchand
Hello, Any hints will be greatly appreciated ! Cheers — Cédric Lemarchand > On 25 Feb 2017, at 18:03, Cedric Lemarchand wrote: > > Hello Ondrej, > > Thanks for your precious explanations. Unfortunately I am still stuck, static > routes does not apply between 2 hosts. > > To solve 1) and 2)