Re: [Ryu-devel] dhcp server with ryu controller

2017-01-10 Thread Luis Zárate
Something like this dhcp rest responder. The api is: Set dhcp in a switch PUT /dhcp/add/{dpid} params 'ipaddress': '192.168.1.1' 'netmask': '255.255.255.0' 'address': '0a:e4:1c:d1:3e:44' 'dns': '8.8.8.8' 'startip':'192.168.1.100' 'endip': '192.168.1.200' Set static ip in

[Ryu-devel] dhcp server with ryu controller

2016-12-15 Thread Munther Numan
Greeting , Dear all, I just would like to ask you if I need to add dhcp server in my experiment, is any example code for it or there is already code for dhcp server with Ryu controller? Best Regards Munther Numan Master Student Faculty of Engineering University Putra Malaysia -