Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools netem show produces some interfaces twice in the show report #1849

Open
hellt opened this issue Jan 31, 2024 · 0 comments
Open

tools netem show produces some interfaces twice in the show report #1849

hellt opened this issue Jan 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hellt
Copy link
Member

hellt commented Jan 31, 2024

[root@wiso-clab-france lab]# /usr/bin/containerlab tools netem set -n clab-france-toulouse -i eth2 --delay 1000ms --jitter 0ms --rate 0 --loss 0
+-----------+-------+--------+-------------+-------------+
| Interface | Delay | Jitter | Packet Loss | Rate (kbit) |
+-----------+-------+--------+-------------+-------------+
| eth2      | 1s    | 0s     | 0.00%       |           0 |
+-----------+-------+--------+-------------+-------------+


[root@wiso-clab-france lab]# /usr/bin/containerlab tools netem show -n clab-france-toulouse
+-----------+-------+--------+-------------+-------------+
| Interface | Delay | Jitter | Packet Loss | Rate (kbit) |
+-----------+-------+--------+-------------+-------------+
| lo        | N/A   | N/A    | N/A         | N/A         |
| eth0      | N/A   | N/A    | N/A         | N/A         |
| eth2      | 1s    | 0s     | 0.00%       |           0 |
| eth2      | N/A   | N/A    | N/A         | N/A         |
| eth4      | N/A   | N/A    | N/A         | N/A         |
| eth4      | N/A   | N/A    | N/A         | N/A         |
| eth5      | N/A   | N/A    | N/A         | N/A         |
| eth5      | N/A   | N/A    | N/A         | N/A         |
| br-mgmt   | N/A   | N/A    | N/A         | N/A         |
| eth3      | N/A   | N/A    | N/A         | N/A         |
| eth3      | N/A   | N/A    | N/A         | N/A         |
| eth1      | N/A   | N/A    | N/A         | N/A         |
| eth1      | N/A   | N/A    | N/A         | N/A         |
| tap0      | N/A   | N/A    | N/A         | N/A         |
| tap1      | N/A   | N/A    | N/A         | N/A         |
| tap1      | N/A   | N/A    | N/A         | N/A         |
| tap2      | N/A   | N/A    | N/A         | N/A         |
| tap2      | N/A   | N/A    | N/A         | N/A         |
| tap3      | N/A   | N/A    | N/A         | N/A         |
| tap3      | N/A   | N/A    | N/A         | N/A         |
| tap4      | N/A   | N/A    | N/A         | N/A         |
| tap4      | N/A   | N/A    | N/A         | N/A         |
| tap5      | N/A   | N/A    | N/A         | N/A         |
| tap5      | N/A   | N/A    | N/A         | N/A         |
+-----------+-------+--------+-------------+-------------+

all interfaces appear two times for some reason

@hellt hellt added the bug Something isn't working label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant