Etienne Champetier
Etienne Champetier
Hi @aboch, will do, I just got busy with other subjects
@aboch some other test is failing, my new test pass ``` --- FAIL: TestRuleListFiltered/IPv4/returns_rules_with_specific_priority (0.00s) === RUN TestLinkMacvBCQueueLen --- PASS: TestLinkMacvBCQueueLen (0.09s) ```
@antheas what's the status of this PR ? for the version with OCI container you can use ``` LABEL org.opencontainers.image.version test1 ``` and if you leave `PRETTY_NAME=Bazzite` you should be...
@stintel is this still an issue ? If yes can you share `ls /proc/net/dev_snmp6/` and `ubus call network.device status`
Seeing similar issue, investigating right now but it seems to be linked to having `nginx.ingress.kubernetes.io/enable-modsecurity: "true"` in many ingresses: https://github.com/kubernetes/ingress-nginx/issues/12927
`rpm-ostree rebase ostree-unverified-image:oci-archive:/path/to/fedora-coreos.tar` Here I'm assuming this is an `oci-archive`, but other formats are supported like `docker-archive` https://github.com/containers/image/blob/main/docs/containers-transports.5.md
I didn't pay attention to the open PRs and ended up doing another PR to adjust namespaces: #135 The key differences: - you pass only the added / modified /...
@klihub I add a very quick look at your branch, I would prefer you to use #135 as it's more fine grained (separate add/modify/delete, per namespace ownership, ...) In any...