Hi, On 2016年05月13日 18:23, Pynbiang Hadem wrote: > Dear All, > > I want to create a python Directory in RYU of MAC-to-IP mapping without > depending on the IP and MAC addresses from Packets. > Kindly guide or suggest, how to achieve this.
What does "without depending on addresses from Packets" exactly mean? It mean "without learning addresses from Packet-In messages from switches", right? If so, how about implementing REST API into you RyuApp? The following Ryu-Book page explains implementation of REST API of Ryu. This example shows the MAC learning through REST API. http://osrg.github.io/ryu-book/en/html/rest_api.html Thanks, Iwase > > Thanks > Hadem > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
