Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olaf Bergmann
mininet
Commits
ea29d2b2
Commit
ea29d2b2
authored
11 years ago
by
Brian O'Connor
Browse files
Options
Downloads
Plain Diff
Merge pull request #171 from vitalivanov/dev
Cleanup and cosmetic changes.
parents
5559a93d
5b609ef9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
mnexec.c
+3
-3
3 additions, 3 deletions
mnexec.c
util/install.sh
+1
-0
1 addition, 0 deletions
util/install.sh
with
5 additions
and
4 deletions
README.md
+
1
−
1
View file @
ea29d2b2
...
...
@@ -103,7 +103,7 @@ See `INSTALL` for installation instructions and details.
In addition to the API documentation (
`make doc`
), much useful
information, including a Mininet walkthrough and an introduction
to the Python API, is available on the
[
Mininet Web Site
](
http://
openflow.org/
mininet
)
.
[
Mininet Web Site
](
http://mininet
.org
)
.
There is also a wiki which you are encouraged to read and to
contribute to, particularly the Frequently Asked Questions (FAQ.)
...
...
This diff is collapsed.
Click to expand it.
mnexec.c
+
3
−
3
View file @
ea29d2b2
...
...
@@ -46,7 +46,7 @@ void usage(char *name)
int
setns
(
int
fd
,
int
nstype
)
{
return
syscall
(
__NR_setns
,
fd
,
nstype
);
return
syscall
(
__NR_setns
,
fd
,
nstype
);
}
/* Validate alphanumeric path foo1/bar2/baz */
...
...
@@ -112,9 +112,9 @@ int main(int argc, char *argv[])
case
-
1
:
perror
(
"fork"
);
return
1
;
case
0
:
/* child */
case
0
:
/* child */
break
;
default:
/* parent */
default:
/* parent */
return
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
util/install.sh
+
1
−
0
View file @
ea29d2b2
...
...
@@ -136,6 +136,7 @@ function mn_deps {
echo
"Installing Mininet dependencies"
$install
gcc make socat psmisc xterm ssh iperf iproute telnet
\
python-setuptools cgroup-bin ethtool help2man
\
doxygen doxypy texlive-fonts-recommended
\
pyflakes pylint pep8
# Add sysctl parameters as noted in the INSTALL file to increase kernel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment