mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
sw test tool: Fix typos
Reported by Ian Y. Choi on ryu-devel. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
b94c288083
commit
ab9f00c1b0
@ -211,8 +211,8 @@ MSG = {STATE_INIT_FLOW:
|
||||
{TIMEOUT: 'Failed to request table stats: request timeout.',
|
||||
RCV_ERR: 'Failed to request table stats: %(err_msg)s'},
|
||||
STATE_SEND_BARRIER:
|
||||
{TIMEOUT: 'Faild to send packet: barrier request timeout.',
|
||||
RCV_ERR: 'Faild to send packet: %(err_msg)s'},
|
||||
{TIMEOUT: 'Failed to send packet: barrier request timeout.',
|
||||
RCV_ERR: 'Failed to send packet: %(err_msg)s'},
|
||||
STATE_FLOW_UNMATCH_CHK:
|
||||
{FAILURE: 'Table-miss error: increment in matched_count.',
|
||||
ERROR: 'Table-miss error: no change in lookup_count.',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user