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
The method Netlink::ifaceUp causes the bug, and a bridge device is not created.
There have been issues with certain versions of libnl and creating bridge devices. In rdkPlugins/Networking/CMakeLists.txt, if the last line is uncommented, a workaround is used to fix that issue.
I tried using the workaround but the issue still persists. Will need to try again and give it another go.
Description
Using a Raspberry Pi 3 RDK build, the networking plugin fails to bring up the
dobby0
bridge device.Visible with network types
nat
ornone
.Workaround is to only use open network type to circumvent having to create a veth device.
Expected Behaviour
No error when launching container.
Actual Behaviour
The networking plugin fails, the container starts if the plugin is set to
required.false
, but the network set up does not work.Logs:
Steps to Reproduce
Start any container with networking type in the plugin set to
none
ornat
.Platform/Environment
The text was updated successfully, but these errors were encountered: