Christian Hopps
Christian Hopps
Add another preset for profiles that maps all the xterm codes I could find (used emacs xterm.el source actually for discovery). Additionally filled in where there were gaps and an...
Add support for VPP (https://wiki.fd.io/view/VPP) Tested with VPP versions 19.08 (LTS), 20.01 and 20.05 (latest release)
The `dev/mgmtd` branch currently has mgmtd related valgrind errors that need to be fixed. For example, **To Reproduce** ``` sudo -E pytest -s -v -nauto --dist=loadfile --valgrind-memleaks ``` **Some Details**...
Newer ubuntu distributions have kernels with vfio compiled in (i.e., it is not present as a module). dpdk_* scripts are looking for the module and failing if not found. trex...
This is a re-opening of #499 as I do not believe it should have been closed. The close comment was: "yang2dsdl is a shell script that uses xsltproc for XSLT...
Use proper retry loop to wait for state to converge, not some arbitrary delay. fixes #15878
Need to add improved support for RPC namespaces. Currently we simply strip the namespace prefix and see if the base RPC name is implemented.
- Add separate get, get-config, get-state operations to query command, as well as switching default output to JSON. - Add an `--xml` to change the output format. - move printss...
A new tagged release was made where the SO version was move from 2 to 3; however, the tagged project version appears to remain at 2. Having the versions diverge...