Leonardo Rossetti

Results 17 comments of Leonardo Rossetti

To create a mirror it could be done in two places: - at NetworkAttachmentDefinition level, so that all the ports of a specific vlan are mirrored: `mirror: "mirror0"` - at...

>From the two options, I think it should be on the NetworkAttachmentDefinition level. This object is managed by an administrator while Pod belongs to untrustworthy users (sorry users). If we...

Sorry for the delay of my response, at the moment we are compiling `ovs-cni` plugin by adding some logs in order to get a better understanding of the overall functioning....

> I think you are right. I looked into Multus' API definitions and there is a special field in the `networks` annotation, `cni-args` which is pretty much free form: https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/pkg/types/types.go#L119...

We opened a PR containing the proposal #227

> Hey @l-rossetti, just wanted to check - is there any new development on this? Any way I can help? Hi @phoracek! We just updated the PR based on the...

Hi @phoracek, we ended up with a new repository as a quick PoC containing the implementation for both mirror-producer and mirror-consumer: [auroralabs-eu/ovs-cni-mirror](https://github.com/auroralabs-eu/ovs-cni-mirror) There's a minimal implementation for `cmdAdd`, `cmdDel` and...

> About the cleanup issue, would it help if we called the cleanup function on the beginning of every cmdAdd too? To make sure we start with a clean state....

Hi @phoracek how are you doing? Any comment about the previous messages?