packet_data_generator3: generate an NXActionRegLoad packet
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
8830f61caf
commit
d4c6e154d5
@ -79,6 +79,14 @@ MESSAGES = [
|
|||||||
'cookie=0x123456789abcdef0/0xffffffffffffffff'] +
|
'cookie=0x123456789abcdef0/0xffffffffffffffff'] +
|
||||||
STD_MATCH +
|
STD_MATCH +
|
||||||
['actions=conjunction(0xabcdef,1/2)'])},
|
['actions=conjunction(0xabcdef,1/2)'])},
|
||||||
|
{'name': 'match_load_nx_register',
|
||||||
|
'versions': [4],
|
||||||
|
'cmd': 'mod-flows',
|
||||||
|
'args': ['table=3',
|
||||||
|
'cookie=0x123456789abcdef0/0xffffffffffffffff',
|
||||||
|
'reg0=0x1234',
|
||||||
|
'reg5=0xabcd/0xffff',
|
||||||
|
'actions=load:0xdeadbee->NXM_NX_REG0[4..31]']},
|
||||||
{'name': 'match_move_nx_register',
|
{'name': 'match_move_nx_register',
|
||||||
'versions': [4],
|
'versions': [4],
|
||||||
'cmd': 'mod-flows',
|
'cmd': 'mod-flows',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user