You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recipes switchdev/l3-* add nexthop routes on the testing machines but these are not removed during clean-up.
On machine 1 after test:
# ip route | fgrep 192.168.10
192.168.101.0/24 dev enp3s0f0 proto kernel scope link src 192.168.101.1 linkdown
192.168.102.0/24 via 192.168.101.2 dev enp3s0f0 linkdown
The text was updated successfully, but these errors were encountered:
Recipes switchdev/l3-* add nexthop routes on the testing machines but these are not removed during clean-up.
On machine 1 after test:
# ip route | fgrep 192.168.10 192.168.101.0/24 dev enp3s0f0 proto kernel scope link src 192.168.101.1 linkdown 192.168.102.0/24 via 192.168.101.2 dev enp3s0f0 linkdown
The text was updated successfully, but these errors were encountered: