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?

  Any help would be appreciated ...

-- 
Ronaldo Afonso
11 9 5252 0484
www.ronaldoafonso.com.br
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to