Skip to content

Commit

Permalink
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/rn/0.38.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Release 0.38

:material-calendar: 2023-03-13 · :material-list-status: [Full Changelog](https://github.com/srl-labs/containerlab/releases)

## Remote startup-configs

Node's [`startup-config`](../manual/nodes.md#startup-config) can now point to a remote http/https location. Containerlab will download the remote file and use it as a startup-config. #1283

## Link MTU

Now users can set the MTU of the link between two nodes. This is done by [setting the `mtu`](../manual/network.md#link-mtu) field in the link definition. Prior to that change, MTU was always 9500B. #1285

## Miscellaneous

* Network mode `none` has been added to allow running nodes without docker networking #1284
* Fix extra newline chars added to files that already had one #1286
* Default interface name checks are no longer enforced, with only specific kinds using them #1276
* Updated Go to v1.20 #1287
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -93,6 +93,7 @@ nav:
- Leaf-spine topology: lab-examples/templated01.md
- 5-stage Clos topology: lab-examples/templated02.md
- Release notes:
- "0.38": rn/0.38.md
- "0.37": rn/0.37.md
- "0.36": rn/0.36.md
- "0.35": rn/0.35.md

0 comments on commit 9626907

Please sign in to comment.