Hey,

On Mon, 30 Jun 2014 11:59:35 +0200
Jaume Devesa <[email protected]> wrote:

>> >> > 2. AFAIK, some BGP peers are configured with tcp-md5 password.
>> >> > *neighbor_add* should have a password optional parameter as well.
>> >>
>> >> Yeah. btw, you actually need md5 authentication feature?
>> >>
>> >
>> > ​I'm afraid so. If you want to connect to an ISP's BGP service, you need
>> it.
>>
>> I've implemented pro-active session side:
>>
>>
>> https://github.com/fujita/ryu/commit/b01f92e30524c3f90f6de790aa0af678e6f8c26a
>>
>> About pre-active session side, seems like that listen socket is needed
>> to be set with a password instead of a socket created by accept(). I
>> had quick look at Quagga, seems that it does. So it means that a
>> listen socket can handle only one password, that is, all our peers
>> must use the same password and try to connect to us. Is this what you
>> expect?
>>
> 
> ​I understand that this is the expected behaviour, yes.

Seems that I was wrong on this. After having look at Linux kernel, a
key is registered per a peer address.

I'll try to finish this soon.


>> >> > 6. I would say that when the remote peer connection is lost, the
>> prefixes
>> >> > learned from aren't deleted in the rib table... Should they?
>> >>
>> >> You mean that the prefixes are not deleted?
>> >
>> >
>> > ​Yes, the data ​related to the prefixes are deleted, but the prefixes
>> still
>> > there.
>>
>> Let me make sure that we are on the same page.

(snip)

> Yes, you are right. I confused the paths I advertised with the ones I
> discovered​. Sorry for the inconveniences.

No problema.
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to