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
d4ece25b
Commit
d4ece25b
authored
12 years ago
by
Bob Lantz
Browse files
Options
Downloads
Patches
Plain Diff
Deprecate NOX-classic; "install" POX. Fixes #61
parent
655194d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
util/install.sh
+12
-2
12 additions, 2 deletions
util/install.sh
with
12 additions
and
2 deletions
util/install.sh
+
12
−
2
View file @
d4ece25b
...
...
@@ -377,6 +377,13 @@ function nox {
#./nox_core -v -i ptcp:
}
# "Install" POX
function
pox
{
echo
"Installing POX into
$HOME
/pox..."
cd
~
git clone https://github.com/noxrepo/pox.git
}
# Install OFtest
function
oftest
{
echo
"Installing oftest..."
...
...
@@ -458,7 +465,9 @@ function all {
of
wireshark
ovs
nox
# NOX-classic is deprecated, but you can install it manually if desired.
# nox
pox
oftest
cbench
other
...
...
@@ -527,7 +536,7 @@ if [ $# -eq 0 ]
then
all
else
while
getopts
'abcdfhkmnrtvwx'
OPTION
while
getopts
'abcdfhkmn
p
rtvwx'
OPTION
do
case
$OPTION
in
a
)
all
;;
...
...
@@ -539,6 +548,7 @@ else
k
)
kernel
;;
m
)
modprobe
;;
n
)
mn_deps
;;
p
)
pox
;;
r
)
remove_ovs
;;
t
)
other
;;
v
)
ovs
;;
...
...
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