diff options
Diffstat (limited to 'example/platform.yaml')
| -rw-r--r-- | example/platform.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/platform.yaml b/example/platform.yaml index e122317..62db585 100644 --- a/example/platform.yaml +++ b/example/platform.yaml @@ -7,7 +7,7 @@ general: nodes: count: 5 implementations: - - sender.py + - all sender.py interfaces: wlan0: @@ -15,7 +15,7 @@ interfaces: links: - 0 1Bps 10s 0 txperfs: - - 1Bps 10s + - all 1Bps 10s eth0: wireless: no - links: 5Mbps 10s
\ No newline at end of file + links: all 5Mbps 10s all
\ No newline at end of file |
