Attention is currently required from: osmith, pespin, dexter.
1 comment:
File ttcn3-mme-test-ogs/jenkins.sh:
--cap-add=NET_ADMIN \
--device /dev/net/tun:/dev/net/tun \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
do you need these options, or are they just copied from other Dockerfiles and it works fine without […]
the MME is not involved in the user plane, so I don't understand why it would need /dev/net/tun access. the CAP_NET_ADMIN is apparently needed for SO_BINDTODEVICE. However, this is only used by the MME of the ogs_udp_server() is started with "so_bindtodevice" option. So the questions is whether or not our configs use that option, and whether they really need to. I personally currently don't know why the MME would need to hard-bind a socket to a specific net-device.
To view, visit change 33571. To unsubscribe, or for help writing mail filters, visit settings.