Re: RIP with MD5 authentication

2015-11-12 Thread Alexander Velkov
ok great, thank you for your answer! On Thu, Nov 12, 2015 at 7:01 PM, Ondrej Zajicek wrote: > On Thu, Nov 12, 2015 at 05:25:18PM +0100, Alexander Velkov wrote: > > Hi Ondrej, > > > > thank you for your reply! > > > > When is this branch planned to be integrated to main? > > I guess we will relea

Re: RIP with MD5 authentication

2015-11-12 Thread Ondrej Zajicek
On Thu, Nov 12, 2015 at 06:28:34PM +0100, Alexander Velkov wrote: > Hi Pavel, > > I tried your suggestion and defined the password field as a single line. I > tried out the behavior on different architectures. Single line versus one password in passwords block should not make difference. > - wh

Re: MRT rib dump support

2015-11-12 Thread Pavel Tvrdík
Hi, Job! On 2015-11-12 17:11, Job Snijders wrote: Will a 'rotate' function of sorts be implemented? Where you can specify that every 3600 seconds it starts writing to the next file, with for instance a UNIX timestamp being part of the filename? A 'rotate' function is not implemented yet, but i

Re: RIP with MD5 authentication

2015-11-12 Thread Alexander Velkov
Hi Pavel, I tried your suggestion and defined the password field as a single line. I tried out the behavior on different architectures. - when bird runs on a little endian box, then there is no error and the boxes can successfully authenticate, even when the pass is specified in a passwords block

Re: RIP with MD5 authentication

2015-11-12 Thread Pavel Tvrdík
Hi Alex. On 2015-11-12 16:20, Alex Lalik wrote: protocol rip RIP { debug all; honor neighbor; authentication md5; passwords { password "secret"; }; Configuration of the password like this protocol rip RIP { debug all; honor neighbor; authentication md5; password "secre

Re: MRT rib dump support

2015-11-12 Thread Job Snijders
On Thu, Nov 12, 2015 at 04:55:50PM +0100, Ondrej Zajicek wrote: > On Wed, Nov 11, 2015 at 11:46:17AM -0800, Evelio VILA wrote: > > Hello, > > > > I just came across this commit > > > > https://gitlab.labs.nic.cz/labs/bird/blob/3e3e381b98fe8809b560da7cd5dc95641102f1cd/nest/mrtdump.c > > > > Any i

RE: Question regarding interaction between custom protocols and OSPF tables

2015-11-12 Thread Adam Schultz
>From the OSPF protocol code, I suspected as much. ospf_rt_notify() just sends >an external LSA. I haven't completely familiarized myself with the OSPF code so I'm not comfortable modifying things yet, but would there be a safe way to call ospf_originate_rt_lsa() directly from ospf_rt_notify()?

Re: RIP with MD5 authentication

2015-11-12 Thread Ondrej Zajicek
On Thu, Nov 12, 2015 at 04:20:06PM +0100, Alex Lalik wrote: > Hello, > > I face a problem when configuring RIP with MD5 authentication in bird. > I find no examples in configuring bird this way, so maybe this could be > added to the documentation. > ... > In case I use plain configuration (authent

Re: MRT rib dump support

2015-11-12 Thread Ondrej Zajicek
On Wed, Nov 11, 2015 at 11:46:17AM -0800, Evelio VILA wrote: > Hello, > > I just came across this commit > > https://gitlab.labs.nic.cz/labs/bird/blob/3e3e381b98fe8809b560da7cd5dc95641102f1cd/nest/mrtdump.c > > Any ideas when is the feature planned for release :) Hello, likely in the next relea

Re: Question regarding interaction between custom protocols and OSPF tables

2015-11-12 Thread Ondrej Zajicek
On Wed, Nov 11, 2015 at 05:13:06PM +, Adam Schultz wrote: > Is it possible to advertise routes from a custom protocol via OSPF as an > internal route type instead of external-1 or external-2? No, such feature is not implemented, but is it an interesting idea. -- Elen sila lumenn' omentielv

RIP with MD5 authentication

2015-11-12 Thread Alex Lalik
Hello, I face a problem when configuring RIP with MD5 authentication in bird. I find no examples in configuring bird this way, so maybe this could be added to the documentation. This is the bird configuration I use: protocol kernel { scan time 20; # Scan kernel routing table every 2

Re: MRT rib dump support

2015-11-12 Thread Pavel Tvrdík
Hi Evelio, thank you for your question! On 2015-11-11 21:20, Evelio VILA wrote: Re Hello, Looking into this commit, https://gitlab.labs.nic.cz/labs/bird/commit/11fabd2d6b8bc3d6ca86acd3b62fe4deeb4b91b7 Yes, in the branch mrtdump (https://gitlab.labs.nic.cz/labs/bird/network/mrtdump) is alr