On Fri, 5 Jun 2015 14:25:21 -0300
Ronaldo Afonso <[email protected]> wrote:

>   Hi all,
> 
>   I'm new to Ryu and this is my first question to the list.
> 
>   I checked the source code and although there is a dhcp lib, there is not
> a DHCP server implementation. Is that right?
> 
>   If so, I'd like to code a DHCP server and have the following questions:
> 
>   As I also need a L2 Switch functionality, how can I write a PacketIn
> handler for DHCP requests and still use the L2 Switch that already exists
> in the Ryu source code?
> 
>   Do I have to write a second python module for the DHCP server? Or do I
> have to use the same l2_switch.py module and implement the DHCP
> functionality in that same module?

Either way works.

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to