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

Make sure that of_core match dl_vlan can match these combinations: untagged, value/mask #99

Open
viniarck opened this issue Feb 9, 2023 · 0 comments
Labels
epic_mef_vlan_range mef_eline VLAN range

Comments

@viniarck
Copy link
Member

viniarck commented Feb 9, 2023

Make sure that of_core match dl_vlan can match these combinations: untagged, value/mask

To cross reference this comment, specifically the point number 4, let's also install the following kind of flows on OvS and later on NoviFlow, just so we can compare how they end up installed in the control-plane and fix any inconsistencies on of_core:

  1. Install a flow matching dl_vlan untagged and generate traffic
  2. Install a flow matching dl_vlan exact vlan with all 1s, vlan 3 for instance -> 3/0xfff
  3. Install a flow matching dl_vlan adjacent vlans like 3-4 ->3/0xffe
  4. Confirm that the concept of dl_vlan any (Allow creation of EVCs for untagged UNI - support matching packets without a VLAN tag mef_eline#219) in theory is equivalent to a number/0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic_mef_vlan_range mef_eline VLAN range
Projects
None yet
Development

No branches or pull requests

1 participant