Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
Tenjin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nawasan Wisitsingkhon
Tenjin
Commits
e41a8ea7
Commit
e41a8ea7
authored
Aug 10, 2024
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add makefile
parent
b3ae9c9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
Makefile
Makefile
+27
-0
No files found.
Makefile
0 → 100644
View file @
e41a8ea7
SHELL
:=
/bin/bash
l
=
"127.0.0.1"
p
=
"6653,6633"
ofp
=
"13"
install
:
cargo
install
--path
"."
uninstall
:
cargo uninstall tenjin_sdn
run
:
cargo r
--
run
-p
$(p)
-l
$(l)
ctrl
$(ofp)
release
:
cargo r
-r
--
run
-p
$(p)
-l
$(l)
build
:
cargo b
-r
clean
:
cargo clean
topo
=
2
mn
:
sudo
mn
--controller
=
remote,ip
=
127.0.0.1
--mac
--switch
=
ovsk,protocols
=
OpenFlow
$(ofp)
--topo
=
tree,
$(topo)
\ No newline at end of file
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