mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-12 00:03:24 +02:00
Add register0 for nicira extensions
It was missing in the previous commit. Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
e0c19a2ecd
commit
94750b9092
@ -1207,6 +1207,7 @@ oxm_types = [
|
||||
oxm_fields.NiciraExperimenter('_dp_hash', 0, type_desc.Int4),
|
||||
|
||||
# Support for matching/setting NX registers 1-7
|
||||
oxm_fields.NiciraExtended1('reg0', 0, type_desc.Int4),
|
||||
oxm_fields.NiciraExtended1('reg1', 1, type_desc.Int4),
|
||||
oxm_fields.NiciraExtended1('reg2', 2, type_desc.Int4),
|
||||
oxm_fields.NiciraExtended1('reg3', 3, type_desc.Int4),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user