Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
public-repo
comnetsemu
Commits
352721d8
Commit
352721d8
authored
Jun 16, 2020
by
Zuo Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump up to v0.1.12
parent
d07c8f43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.md
CHANGELOG.md
+8
-0
comnetsemu/net.py
comnetsemu/net.py
+1
-1
No files found.
CHANGELOG.md
View file @
352721d8
...
...
@@ -5,6 +5,14 @@ CHANGELOG is added until Beta v0.1.5, notable changes after this version MUST be
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
And this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## v0.1.12 - 2020-06-16
### Changed
-
Add a basic example of service migration based on signaling packets for state synchronization.
-
Fix the default value and sanity checking of docker_args in net.py and node.py.
-
Update README for the setup on Windows.
## v0.1.11 - 2020-05-13
### Changed
...
...
comnetsemu/net.py
View file @
352721d8
...
...
@@ -22,7 +22,7 @@
from
mininet.util
import
BaseString
# ComNetsEmu version: should be consistent with README and LICENSE
VERSION
=
"0.1.1
1
"
VERSION
=
"0.1.1
2
"
APPCONTAINERMANGER_MOUNTED_DIR
=
"/tmp/comnetsemu/appcontainermanger"
...
...
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