Roman Dodin

Results 132 issues of Roman Dodin

some kinds have the ability to save their config when we issue `clab save`, however, this command nowadays non-configurable. Proposal is to make this command configurable, via a config element...

enhancement

When link' kind is set to `bridge` and the bridge does not exist - create the bridge automatically with the tcp offload set to `off` and default MTU set to...

**What would you like to be added**: I would like to propose a feature request to add a customization option for kindnet to be able to create not only `veth`...

kind/feature
priority/awaiting-more-evidence

When I try to connect to Nokia (former Alcatel-lucent) router **without** specifying `device_params` option I got this traceback after timeout expiration ``` Traceback (most recent call last): File "/Users/romandodin/PyProjects/nokia_netconf/app.py", line...

Investigate

reported by @aturnal running 0.24.4 ``` gnmic listen -a 0.0.0.0:57500 --insecure --debug ``` ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0...

Add doc instructions on how to install gnmic without using `sudo bash`

documentation
installation

This issue tracks the progress on switching to a logger facility that can satisfy the requirements set by SetLoggerV2. The staticcheck linter will be disabled for https://github.com/karimra/gnmiClient/blob/master/cmd/root.go#L82

currently when --insecure is not set and the remote system doesn't have the TLS certificate the client silently exits: ``` gnmiClient -a 10.1.0.11:57400 -u admin -p admin get --path /state/system/version...

Hi all, in [ParseElem]( https://github.com/google/gnxi/blob/master/utils/xpath/xpath.go#L210) the code doesn't allow for a pathElem to have a `:` char inside of it. I wonder if this should be allowed to make the...

question