diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-10 19:25:37 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-10 19:25:37 +0200 |
| commit | c73fc04ddb23b064c6ea30bc738bb852c057a6a5 (patch) | |
| tree | cad2ff48ff2aaf09bb6e4a0fb688d2eed863776d /example | |
| parent | 11966e96ee386b1edf7e6e019a3e1715c6849055 (diff) | |
Improve platform format
Diffstat (limited to 'example')
| -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 |
