Hello all,

On page 99 the documentation states that if oxm_hasmask is set to 1 that
when setting a field with oxm_value, oxm_mask is used.

The documentation further states that for each 1 bit in oxm_mask, the
corresponding bit is written in, and for each 0 in oxm_mask the header
field is preserved.

Does this mean that the if if the vlan field is 01 0000 0000 0000

oxm_mask = 00 0000 0000 0001

oxm_value = 00 0000 0000 0001

that the resulting vlan after processing should be: 01 0000 0000 0001 ?

Or does the original vlan get clobbered?

If anyone has experience with this I would really appreciate your input.

Thanks,
Chris

link to docs:
https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-switch-v1.5.1.pdf
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to