Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 473912 - net-misc/mininet - an instant virtual network
Summary: net-misc/mininet - an instant virtual network
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL: http://mininet.org/
Whiteboard: https://github.com/mininet/mininet
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 09:50 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2017-08-02 23:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
proposal ebuild (mininet-2.2.1.ebuild,5.23 KB, text/plain)
2015-11-16 21:09 UTC, pierigno
Details
Mount /sys as MS_SLAVE|MS_REC (mininet-2.2.1-modify-sys-mount.patch,489 bytes, patch)
2015-11-28 18:38 UTC, pierigno
Details | Diff
ebuild proposal, includes /sys mount fix (mininet-2.2.1.ebuild,5.12 KB, text/plain)
2015-11-28 18:39 UTC, pierigno
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreis Vinogradovs ( slepnoga ) 2013-06-20 09:50:32 UTC
Mininet creates a realistic virtual network, running real kernel, switch and application code, on a single machine (VM, cloud or native)
Usecase - test openvswitch ( or sflow ) network's.
Comment 1 pierigno 2015-11-16 21:09:44 UTC
Created attachment 417152 [details]
proposal ebuild

The proposal ebuild just install the mininet binaries, I've tried to generate the doxygen documentation but it gives me an error about xtab.sty and doxypy.
Comment 2 pierigno 2015-11-28 18:38:12 UTC
Created attachment 418078 [details, diff]
Mount /sys as MS_SLAVE|MS_REC

Systemd's default is to mark the root mount as shared and it is inherited as
 such by the new mount namespace. Mininet, to behave correctly, should mount /sys as MS_SLAVE or MS_PRIVATE. MS_SLAVE is more permissive, so we go the MS_SLAVE route for now. See also https://cloudrouter.atlassian.net/browse/CR-126 and https://github.com/mininet/mininet/issues/509 for upstream bug
Comment 3 pierigno 2015-11-28 18:39:39 UTC
Created attachment 418080 [details]
ebuild proposal, includes /sys mount fix