Release 0.64#
2025-02-03 · Full Changelog
Inspect interfaces#
In #2437 a new subcommand has been added to the inspect suite - clab inspect interfaces
- that lists details of the interfaces of the given lab.
The command below lists interfaces of the nodes in the lab with the name srl2
:
clab ins int --name srl2
╭────────────────┬───────────┬─────────┬───────────────────┬───────┬───────┬────────┬─────────╮
│ Container Name │ Name │ Alias │ MAC │ Index │ MTU │ Type │ State │
├────────────────┼───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ srl1 │ e1-1 │ N/A │ aa:c1:ab:ed:6a:36 │ 294 │ 9232 │ veth │ up │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ e1-2 │ N/A │ aa:c1:ab:47:8b:05 │ 296 │ 9232 │ veth │ up │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ gway-2800 │ N/A │ 1e:2d:22:41:e0:2f │ 5 │ 1500 │ veth │ up │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ ip6tnl0 │ N/A │ │ 4 │ 1452 │ ip6tnl │ down │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ lo │ N/A │ │ 1 │ 65536 │ device │ unknown │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ mgmt0 │ N/A │ 02:42:ac:14:14:03 │ 291 │ 1514 │ veth │ up │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ mgmt0-0 │ mgmt0.0 │ de:a0:c5:45:92:e2 │ 8 │ 1500 │ veth │ up │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ monit_in │ N/A │ 06:e9:98:0b:c6:22 │ 7 │ 9234 │ veth │ up │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ sit0 │ N/A │ │ 3 │ 1480 │ sit │ down │
│ ├───────────┼─────────┼───────────────────┼───────┼───────┼────────┼─────────┤
│ │ tunl0 │ N/A │ │ 2 │ 1480 │ ipip │ down │
Devcontainer improvements#
The devcontainer has been massaged to allow for sudo-less lab deployment introduced in 0.63.3.
We have also added the vscode-containerlab extension to it, so that you get the most out of your vscode experience when using the devcontainer.
Miscellaneous#
- removed sudo requirements for ovs bridges #2436