Markus Vahlenkamp

Results 12 issues of Markus Vahlenkamp

**Description** ``` root@centos-srlinux:/home/ubuntu/containerlab# ctr -n clab c ls labels."foo-bar"==bla ctr: filters: parse error: [labels.foo >|-|< bar==bla]: expected an operator ("=="|"!="|"~="): invalid argument: invalid argument ``` Dashes in label names are...

exp/beginner
kind/bug
Stale

The basic idea I have is, every node has its waitgroup .... if it is dependent on other nodes, these dependent nodes will add to the waitgroup, and this incrementation...

In clab/config.go we rely on the Kind consts for bridge ovs, host and srl type. These should be changed. The functionality should probably be added to the node implementations itself...

The Nokia SROS yang model e.g. (https://github.com/nokia/7x50_YangModels) defines a validate leafs which causes issues with the chosen ygot naming. Here is the reference to the leafs. ``` find ./7x50_YangModels/latest_sros_22.2/ -name...

When working with very large yang models like for instance the Nokia SROS once (https://github.com/nokia/7x50_YangModels/tree/master/latest_sros_22.2), on code generation, the resulting `ΛEnumTypes` map exceeds the golang limits for decleratevely defined maps...

To allow using Containerlab as a go library we need to adjust some things, that went wrong in the past. - Introduce clear seperation of cmd and clab package -...

enhancement

This PR makes license files downloadable and embeddable. It further also implements scp and ftp as download protocols for also als the existing downloadable content (e.g. startup-config).

enhancement

So far generate.go contained two lists indenpendent from the nodes, that would describe nodes that (1) can be generated and (b) what the interface naming convention would be for the...

enhancement