Attention is currently required from: pespin.
1 comment:
Patchset:
the build error comes from the VTY-test, from the nftables command
"add table inet osmo-upf"
happening at osmo-upf startup.
I think the reason for failure is that it requires cap_net_admin?
Could also be that the kernel is too old?
Ways to resolve:
- change osmo-upf: only dispatch "add table" the first time nftables is used.
But i think it is a good idea for production admin to verify at startup that nftables is usable.
This change would be a dumb workaround for our CI only.
- change build job:
I guess add cap_net_admin to the binary, but i thought the build job is already running as root in a docker container.
Maybe need a newer kernel??? i'll try to find out...
To view, visit change 28309. To unsubscribe, or for help writing mail filters, visit settings.