On Tue, 04 Aug 2015 12:39:42 +0430 "mehran shetabi" <[email protected]> wrote:
> In Ryu, i want to create one server with multiple ports in my controller. > How can i do this? Ryu doesn't support such feature so you need to modify the code around: https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L73 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
