mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-25 02:21:45 +01:00
Update conntrack test json and binary packets
Ovs has changed the definition of conntrack flags in commit 63bc9fb1c69fa81f3b30c2669d25962da3119d0f, and packet_data_generator3 now generates different test data. Update the data and corresponding json data accordingly. 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
135a1cb4cd
commit
1076dfd3b4
Binary file not shown.
Binary file not shown.
@ -45,7 +45,7 @@
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "ct_state",
|
||||
"mask": 128,
|
||||
"mask": 32,
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
|
||||
@ -57,8 +57,8 @@
|
||||
{
|
||||
"OXMTlv": {
|
||||
"field": "ct_state",
|
||||
"mask": 130,
|
||||
"value": 130
|
||||
"mask": 34,
|
||||
"value": 34
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user