Hi Albert,
I have posted the patch to solve the problem you pointed out.
Could you test my patch?
[Ryu-devel] [PATCH] BGPSpeaker: Support to advertise Type 1,2 Route Targe
Thanks,
Iwase
On 2017年01月30日 11:29, Iwase Yusuke wrote:
> Hi,
>
> Thank you for pointing out!
>
> I searched Ryu BGP
Currently, BGPSpeaker supports only type 0 (Two-Octet AS-Specific) Route
Target (or Route Distinguisher).
This patch enables to advertise Type 1 (IPv4-Address-Specific) and Type
2 (Four-Octet AS-Specific) Route Targets.
Reported-by: Albert Siersema
Signed-off-by: IWASE Yusuke
---
ryu/services/p
Hi raghu,
Sorry, I could not see your code expectedly, because there are some invalid
indentations.
On 2017年01月28日 00:21, raghu rathode wrote:
> Dear Iwase,
>
> Thank you for the above information. I attached the file to my email and can
> you point out where I am doing wrong? I am doing wron
Hi
I think you can try *pyutil* library:
https://github.com/giampaolo/psutil
Yi
2017-01-28 6:53 GMT-08:00 munther numan :
> Dear Túlio Pascoal
> I hope you're fine and well,
>
> Thank you very much for your reply.
>
> Actually I do not have skills to deal with linux operating system and
> scrip
Hi
Please see my comments *below*:
2017-01-29 11:37 GMT-08:00 Yiwen Shen :
> Hi,
>
> I'm currently trying to create a system with two Ryu controllers that are
> each connected to their respective domains, and I need to send custom
> events or some general messages from one Ryu controller to the
Hi,
Thank you for pointing out!
I searched Ryu BGP source code, currently, Ryu seems to support only type 0 RT.
https://github.com/osrg/ryu/blob/master/ryu/services/protocols/bgp/info_base/vrf.py#L269-L282
For a short fix, how about the following?
(Not enough tested, though...)
$ git diff
d
Hi,
Thank you for updating your patch quickly!
On 2017年01月27日 19:26, Albert Siersema wrote:
> Hello,
>
>> some comments like "# [AJS]" breaks pep8 check...
>> I don't recommend you to add name into source comment...
>
> My apologies, I meant to remove them before submitting the patch, but kin
Hi,
I'm currently trying to create a system with two Ryu controllers that are
each connected to their respective domains, and I need to send custom
events or some general messages from one Ryu controller to the other. To do
this I have a number of questions:
- How do I instantiate two Ryu control