-
This topology:
```
provider: clab
defaults:
device: srlinux
module: [ ospf ]
nodes:
s1:
s2:
s3:
device: cumulus
runtime: docker
links: [ s1-s2, s2-s3, s1-s2-s3, s1,…
-
For example, on Containerlab we have provider_kind which gets copied to node.kind
Instead, each provider could declare attributes:
```
clab:
attributes:
node: [ kind, type ]
devices:
s…
-
Currently, sros and srlinux use the ipv4 loopback ip as router-id.
This means that loopback.ipv4 must always be defined.
Should this determination be moved to core logic (bgp module)?
Same for the …
-
When creating switches, the status of pod is "ImagePullBackOff" . The host and qrtr pods are running. Any suggestions to solve this issue?
-
Associated with this, some node/provider types can support a different provisioning model where the config file is bind-mounted to a container (instead of executed after bringing up the node)
For e…
-
Hi,
Not able to download the specific version of containerlab like documented in https://containerlab.srlinux.dev/install/
For all valid versions, it says release not found.
``` bash
❯ bash -c "…
-
it would be nice to see the entire schema on containerlab.srlinux.dev, along with descriptions and some examples.
Similar to https://fluxcd.io/docs/components/source/gitrepositories/
-
Hi, awesome tool! I want to affect multiple links in a Containerlab (https://containerlab.srlinux.dev) network topology.
With the "duration" command, it appears I can only affect one at a time - as d…
-
Due to some issue with /tmp being a special kind of filesystem, containerlab deploy under /tmp fails:
```
ERRO[0001] failed deploy phase for node "s2": Error response from daemon: error while creati…
-
We should check whether devices used in a lab support unnumbered IPv4 or IPv6 interfaces (if specified in the lab topology needed) after the link transformation phase, and report errors if unnumbered …