Comment 5 for bug 1952611

Revision history for this message
masterpe (michiel-y) wrote :

You can find the all the logs of the services: https://raw.githubusercontent.com/mpiscaer/gitst/master/2021-11-30/journalctl.log

On tctrko1 have the following interfaces a missing bridge: https://raw.githubusercontent.com/mpiscaer/gitst/master/2021-11-30/tctrko1-missing-bridge

You can find the output of the following commands on https://github.com/mpiscaer/gitst/tree/master/2021-11-30 :

# brctl show
# ip link
# ip netns
# for foo in $(ip netns|awk '{print $1}'); do echo $foo; ip netn exec $foo ip addr; done # get all the interfaces inside of the namespaces