Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
fd2f7a62
Commit
fd2f7a62
authored
Jun 07, 2003
by
Shashi Guruprasad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved changes from ns-2.1b9 to the newer ns-2.26 .
parent
2fad09a4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
514 additions
and
1686 deletions
+514
-1686
event/nsetrafgen/nse-install
event/nsetrafgen/nse-install
+6
-6
event/nsetrafgen/nse.patch
event/nsetrafgen/nse.patch
+508
-1680
No files found.
event/nsetrafgen/nse-install
View file @
fd2f7a62
#!/bin/sh
if
[
!
-d
ns-allinone-2.
1b9
]
;
then
echo
"Downloading ns2.
1b9
source ..."
fetch http://www.emulab.net/ns-allinone-2.
1b9
.tar.gz
tar
xzf ns-allinone-2.
1b9
.tar.gz
if
[
!
-d
ns-allinone-2.
26
]
;
then
echo
"Downloading ns2.
26
source ..."
fetch http://www.emulab.net/ns-allinone-2.
26
.tar.gz
tar
xzf ns-allinone-2.
26
.tar.gz
patch
-p0
< nse.patch
fi
cd
ns-allinone-2.
1b9
cd
ns-allinone-2.
26
./install
cp
ns-2.
1b9
/nse ..
cp
ns-2.
26
/nse ..
event/nsetrafgen/nse.patch
View file @
fd2f7a62
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment