Re: BGP route back

2019-01-22 Thread Roman Romanyak
Thank you for the advise, Ondrej. I've heard that some l3 switches do not support add-path feature in VRFs, but in this case I'm using routers, so this should work fine. - Roman. On Tue, Jan 22, 2019 at 9:38 AM Ondrej Zajicek wrote: > On Fri, Jan 18, 2019 at 01:14:47PM -0500, Roman Romanyak

Re: Exporting multipath link routes from Linux kernel

2019-01-22 Thread Eugene Crosser
On 1/21/19 10:01 PM, Eugene Crosser wrote: > On 21/01/2019 21:20, Ondrej Zajicek wrote: [...] >> Or just switch to BIRD 2.0 > > I will try that; I hope that I was wrong in my analysis. I've built a .deb package off the tag v2.0.3 and it indeed successfully imports gateway-less multipath routes fr

Re: Upcoming master branch reset in BIRD repository

2019-01-22 Thread Ondrej Zajicek
On Wed, Jan 16, 2019 at 05:04:53PM +0100, Maria Jan Matejka wrote: > Dear users, > > we are announcing here that we are going to rename branches in BIRD > repository. > 2nd step (to be done between Jan 22 and Jan 24): > the >> master << branch will be reset to what is currently >> int-new

Re: BGP route back

2019-01-22 Thread Ondrej Zajicek
On Fri, Jan 18, 2019 at 01:14:47PM -0500, Roman Romanyak wrote: > Hello Bird users, > > Does anyone know if there is a way to announce a BGP route back to the > router it was received from. > I need to do this for the following scenario. Hi I recently thought about a setup where a route-reflecto

Re: BGP route back

2019-01-22 Thread Roman Romanyak
Yep, you're right, Alexander. Thanks a lot for your feedback! - Roman. On Mon, Jan 21, 2019 at 2:16 PM Alexander Zubkov wrote: > But than it'll be replaced on the router1 and it will withdraw the > announce, and so on... > > On Mon, Jan 21, 2019 at 7:38 PM Roman Romanyak > wrote: > > > > I'd l

Re: add "src" attribute to kernel route

2019-01-22 Thread Alexander Zubkov
Hi, Yes, it is possible. Take a look at the docs: https://bird.network.cz/?get_doc&v=16&f=bird-6.html#rta-krt-prefsrc On Tue, Jan 22, 2019 at 9:41 AM Volodymyr Litovka wrote: > > Hi colleagues, > > in Linux it is possible to specify source IP address for all packets > with undefined this field,

add "src" attribute to kernel route

2019-01-22 Thread Volodymyr Litovka
Hi colleagues, in Linux it is possible to specify source IP address for all packets with undefined this field, like: root@n1:~# ip route 10.0.0.0/24 dev eth1 proto kernel scope link src 10.0.0.1 10.1.0.2 via 10.0.0.2 dev eth1 src 10.1.0.1 using the command root@n1:~# ip route add 10.1.0.2/32