You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
viniarck
changed the title
chore: adapt code to support dl_vlan as str with and without a mask
chore: adapt code to support dl_vlan when it has a mask
Mar 8, 2023
viniarck
changed the title
chore: adapt code to support dl_vlan when it has a mask
feat: adapt code to support dl_vlan when it has a mask
Mar 8, 2023
@viniarck, Currently dl_vlan in flows supports mask, while dl_vlan in packet args is an integer into [1, 4095]. We shouldn't support a mask in the payload input, so this issue can be closed, right?
@viniarck, Currently dl_vlan in flows supports mask, while dl_vlan in packet args is an integer into [1, 4095]. We shouldn't support a mask in the payload input, so this issue can be closed, right?
That's correct @gretelliz, yes no mask in the input. Also, looking into unit test test_match_field_dl_vlan, it's also covering there, so the way it's converting and how the value is being passed looks good to me, feel free to close it.
flow_manager
is being updated to supportdl_vlan
value/mask on this issue kytos-ng/flow_manager#132Related PR on flow_manager has just landed
The text was updated successfully, but these errors were encountered: