Frederic LOUI
Frederic LOUI
Former code displayed an error: ``` sudo ntf --topology switch/tests/ntf-tests/topology/l2_topology.json --config switch/tests/ntf-tests/topology/config.json --test-dir switch/tests/ntf-tests/ --test L2 [[25001, 9091], [25002, 9092]] Traceback (most recent call last): File "/usr/local/bin/ntf", line 4, in...
Hi, On **i386**, `make` operation succeeds, but `make check` fails for bmv2. Not sure if this is linked, but `make` succeeds for target simple_switch_grpc but also fail for `make check`....
Hi ! Tried to compile `p4ls` on Debian 11 (bullseye) and it failed at lining process. I had to install beforehand all boost pacakge and rapidjson: (and maybe other i...
First of all, thanks for this awesome piece of code ! I could not see a previous question related to that, hence, here it is: Is it possible: - to...
For now, `graphite` web-ui authorize only SSH connection. Is there a possibility to allow plain `telnet` connection method ? i.e.: In `node` config define `OOBM_CONNECTION=[ssh,telnet]` in the example above, `ssh`...
Additional loopback are currently not advertized with ripv2 and ripng.
rust `rtnetlink`, among other features (such as adding ipv4 route with ipv6 nexthop) don't have this feature yet. But @rwestphal started investigation.
When using remote `holi-cli` on several nodes, the hostname is always set to `holo`. - Changing the hostname has no effect. ``` ❯ target/debug/holo-cli --address http://clab-ripv2-freertr-rt6:50051 holo# holo# holo# configure...
Implement VRF feature. This will remove any ambiguity and make all object VRF aware. At the present time `rtnetlink` is not completely ready, but this is WIP [here](https://github.com/rust-netlink/rtnetlink/pull/59/commits/06c3299faa57613493717c6937f21a951f637e0d)
Initial investigation WRT using `holo` and VPP/DPDK linux-control plane.