You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual/inventory.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ node2:
215
215
216
216
///
217
217
218
-
The `platform` field can be influenced to support Napalm/Netmiko or scrapi compliant names. To influence the platform used set the `CLAB_NORNIR_PLATFORM_NAME_SCHEMA` env variable to either `napalm` or `scrapi` as the value. By default the platform will be set to the `kind`. Further reading is available below:
218
+
The `platform` field can be influenced to support Napalm/Netmiko or Scrapli compliant names. To influence the platform used set the `CLAB_NORNIR_PLATFORM_NAME_SCHEMA` env variable to either `napalm` or `scrapi` as the value. By default the platform will be set to the `kind`. Further reading is available below:
@@ -229,7 +229,7 @@ Every time a user runs a `deploy` command, containerlab automatically exports in
229
229
Containerlab internal data that is submitted for export via the template, has the following structure:
230
230
231
231
```golang
232
-
--8<-- "clab/export.go:37:44"
232
+
--8<-- "core/export.go:37:44"
233
233
```
234
234
235
235
To get the full list of fields available for export, you can export topology data with the following template `--export-template /etc/containerlab/templates/export/full.tmpl`. Note, some fields exported via `full.tmpl` might contain sensitive information like TLS private keys. To customize export data, it is recommended to start with a copy of `auto.tmpl` and change it according to your needs.
0 commit comments