summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-10 21:58:44 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-10 21:58:44 +0200
commit4b3cc0aa4e8359b68341fb02d74e2c834e85ebcb (patch)
treeb01a12c449187a2c95a65fb93f27ffbcaaa8efce /example
parent5264b28126ed66a4236103f99d55f2eb425b0e6c (diff)
Improve platform parsing
Diffstat (limited to 'example')
-rw-r--r--example/platform.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/platform.yaml b/example/platform.yaml
index 62db585..0545c04 100644
--- a/example/platform.yaml
+++ b/example/platform.yaml
@@ -11,11 +11,11 @@ nodes:
interfaces:
wlan0:
- wireless: yes
+ type: "wireless"
links:
- 0 1Bps 10s 0
txperfs:
- all 1Bps 10s
eth0:
- wireless: no
+ type: "wired"
links: all 5Mbps 10s all \ No newline at end of file