Attention is currently required from: pespin. neels has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/28309 )
Change subject: implement GTP tunnel mapping via netfilter ......................................................................
Patch Set 5:
(1 comment)
Patchset:
PS5: Testing around with the gerrit verification job for osmo-upf, I found out:
The job succeeded with these modifications to the 'docker run' cmdline in gerrit-verifications.yml:
- remove '-u build' = run as root in the docker container
- add '--cap-add NET_ADMIN'
I am sure that the cap-add is necessary, I am not sure whether running as root in the docker container is necessary.
currently i am having trouble bringing the gerrit-osmo-upf job back to running as user 'build', because apparently the root-ness inside the docker container has leaked into the jenkins workspace, leaving files owned by root that the jenkins user is not permitted to wipe out. Trying to fix...