Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local mirror-port and external_ids #265

Open
mnenashev opened this issue Dec 5, 2024 · 0 comments
Open

Local mirror-port and external_ids #265

mnenashev opened this issue Dec 5, 2024 · 0 comments

Comments

@mnenashev
Copy link

mnenashev commented Dec 5, 2024

In case of local mirror-port (SPAN) we have to manually create mapping between interface on the OVS integration bridge to be used as the mirror destination and the name of mirror-port on OVN .
For example:
ovs-vsctl set interface tap_vm1 external-ids:mirror-id=ovn-mirror-01

The question is: it seems logical if the mirroring port at OVS would be created by OVN during:
ovn-nbctl mirror-add mirror-1001 local both ovn-mirror-01 + <ovs_int_name> (tap_vm1)
Yet, it seems like this is not done, why?

The goal is to do all configuration of mirror-port on OVN level and do nothing on OVS one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant