- Nov 19, 2013
-
-
Rich Lane authored
The sysfs filesystem is [tagged][1] with a set of namespaces when mounted, taken from the mounting process. Among other things, this controls which network devices will show up in /sys/class/net and /sys/class/net/bonding_masters. Without this change, mininet will not mount sysfs in a node. Attempting to configure a bond interface in a node will only affect the parent namespace. This change mounts a new sysfs filesystem in each node. To prevent this mount from affecting the parent namespace the mount namespace is also unshared. [1]: https://www.kernel.org/doc/Documentation/filesystems/sysfs-tagging.txt
-
- Nov 15, 2013
-
-
Bob authored
Fix error wiki url.
-
Baohua Yang authored
-
- Oct 25, 2013
-
-
Bob Lantz authored
-
- Oct 16, 2013
- Oct 09, 2013
-
-
Rich Lane authored
-
- Oct 08, 2013
-
-
Bob authored
Update Oflops repository in install.sh
-
- Oct 06, 2013
-
-
Fernando Cappi authored
-
- Sep 28, 2013
-
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
Jose Pedro Oliveira authored
-
- Sep 19, 2013
- Sep 18, 2013
-
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob authored
mnexec: getopt bugfix
-
Bob Lantz authored
-
Zi Shen Lim authored
getopt returns an 'int', so use change datatype of 'c' to match it. Otherwise, 'c' may hold a value of 255 (0xff), and fail the comparison with -1 (0xffffffff): while ((c = getopt(...)) != -1) This bug was uncovered on Ubuntu 13.04 running on ARM, using arm-linux-gnueabihf-gcc4.7.
-
Bob Lantz authored
-
Brian O'Connor authored
-
Brian O'Connor authored
-
Bob Lantz authored
fixes #212
-
Brian O'Connor authored
Fedora 18+ installation notes
-
Bob Lantz authored
-
Bob Lantz authored
-
- Sep 17, 2013
- Sep 16, 2013
-
-
Jose Pedro Oliveira authored
-