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:
IWAMOTO Toshihiro 2016-02-01 12:30:45 +09:00 committed by FUJITA Tomonori
parent 135a1cb4cd
commit 1076dfd3b4
4 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
{
"OXMTlv": {
"field": "ct_state",
"mask": 128,
"mask": 32,
"value": 0
}
}

View File

@ -57,8 +57,8 @@
{
"OXMTlv": {
"field": "ct_state",
"mask": 130,
"value": 130
"mask": 34,
"value": 34
}
}
],