On Thu, 29 Aug 2013 15:30:32 +0400 Vasiliy Tolstov <[email protected]> wrote:
> Hello. I'm try to build simple toy controller in golang for openflow > vSwitch and have question - how ryu provide user isolation in case of > identical internal network on two or more tenants? > > For example > tenant1: 192.168.1.0/24 > tenant2: 192.168.1.0/24 > > How ryu controls that tenant2 not able to connect to tenant1 network? > Does it possible to only using vSwitch withc constoller or i need to > use network namespaces ant other linux network stuff? Hopefully, the following would be useful for you: https://github.com/osrg/ryu/wiki/Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
