kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

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

Open viniarck opened 1 year ago

viniarck commented 1 year ago

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 (https://github.com/kytos-ng/mef_eline/issues/219) in theory is equivalent to a number/0