On Sun, 22 Mar 2015 21:36:31 +0800
臧俊捷 <[email protected]> wrote:

>     I'm new to ryu controller.And I also want to realize a cooperation
> between SDN network and traditional network.
> That is to say , in the network some switches are OF and some are
> traditional routers.
>      In the process,I have some problems.Here ,I have some confusion about
> ryu.services.bgp module.The confusion shows below:
> 1)How does ryu controller start a BGP service?

There are two ways: running it as a Ryu application via ryu-manager or
using it as BGP library:

http://ryu.readthedocs.org/en/latest/library_bgp_speaker.html

> 2)By which way,  a BGP packet is sent to ryu controller?

No. If you prefer, you could implement your application in such way.

We did the similar stuff and we didn't implement in such way. IMO, OF
secure channel should be used only for programing data plane.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to