Skip to content

Commit 6976db9

Browse files
committed
release: new version 0.17.0
- Allow specifying TC parameters on entire network not just host-side interfaces - Allow specifying loopback IP and IPv6 addresses - WatchLog improvements, incl. new synchronous `wait_for_match()` method - Timeout improvements: add `__bool__()` to support `while not timeout:` - Fix for mucmd more backward compatible nsenter usage - Fix `--pcap=all` - Qemu mount of shared dir using usb fat32 virtual drive. - Extend default timeout from 60 to 600 for qemu nodes - Doc and example updates Changes since 0.16.0 Signed-off-by: Christian Hopps <chopps@labn.net>
1 parent 9ae7d50 commit 6976db9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "munet"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
description = "A package to facilitate network simulations"
55
readme = {file = "README.org", content-type = "text/plain"}
66
requires-python = ">=3.9"
@@ -14,7 +14,6 @@ dependencies = [
1414
"pexpect>=4.9.0",
1515
"pyyaml>=6.0.3",
1616
]
17-
#"toml>=0.10.2,<0.11.0",
1817

1918
include = ["logconf.yaml", "logconf-mutest.yaml", "munet-schema.json"]
2019
[project.scripts]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)