containerlab
containerlab copied to clipboard
container-based networking labs
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.29.3 to 0.30.0. Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288 0407311 followup to allow special characters 25164f7 Merge pull request #123435...
Hello, I have a problem with the health status in SROS deployments with the containerlab. The `containerlab deploy` command hangs until the container health status turns `healthy`. However, the containerlab...
## Support for Border0 Connector / Docker Exec This PR introduces the ability to deploy the [Border0 Connector](https://docs.border0.com/docs/border0-connector#connectors) as a node in a containerlab environment (lab)... connecting all nodes without...
``` WARN[0036] Unable to load kernel module "ip_tables" automatically "load ip_tables failed: exec format error" ``` Manually: ``` modprobe ip_tables ``` Has no issues
This PR add support for a vrnlab linux VM kind. The corresponding PR in the vrnetlab repository is ["Add Ubuntu Support #183"](https://github.com/hellt/vrnetlab/pull/183) for ubuntu. The code would also support other...
Tracking issue for: - [ ] https://github.com/srl-labs/containerlab/security/code-scanning/7 - [ ] https://github.com/srl-labs/containerlab/security/code-scanning/5
Clab currently auto generates an Ansible inventory file which can be used with Nornir via the nornir-ansible plugin. This creates an extra dependency upon this python library. If clab was...
continuation of #1906