Description
Using a Raspberry Pi 3 RDK build, the networking plugin fails to bring up the dobby0 bridge device.
Visible with network types nat or none.
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:
0000000454.428183 ERR: < M:Netlink.cpp F:applyChangesToLink L:565 > failed to apply changes (10 - Operation not supported)
Steps to Reproduce
Start any container with networking type in the plugin set to none or nat.
Platform/Environment