Olivier Matz
Olivier Matz
Hi, [creating an issue from the pull request #766] When a device previously passed to the container has to be moved back to the host, netlink.LinkByName() is used to find...
When a device previously passed to the container has to be moved back to the host, netlink.LinkByName() is used to find it in the container. This does not work if...
When using a lys_print_*() function on a yang model that contains extensions on rpc input or output nodes, these ones are not displayed. The problem can be reproduced with the...
The extensions appear twice in the compiled schema node for rpc input and output. The following code can be used to reproduce the issue: ``` #include #include #include #include #include...
**Is your feature request related to a problem? Please describe.** Currently, the creation of sessions in bngblaster happens every second. It is limited by start-rate and max-outstanding-sessions parameters. For instance,...