diff options
author | Minoru TAKAHASHI <takahashi.minoru7@gmail.com> | 2014-09-25 13:39:37 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-09-27 18:28:20 +0900 |
commit | 2674a272f257c5f8c1cbf1ec997908b156c69256 (patch) | |
tree | 111e163722ccf2e1bffe0bc4c58a3a1b05cb0168 /CONTRIBUTING.rst | |
parent | 52393362069735aaaf5e51302420d5eec8210eb5 (diff) |
sw test tool: fix an error caused by changing enum name in of1.4
In of1.4 spec, enum name has been changed as follows:
of1.3.4 spec:
OFPR_NO_MATCH = 0, / * No matching flow (table-miss flow entry). * /
of1.4 spec:
OFPR_TABLE_MISS = 0, / * No matching flow (table-miss flow entry). * /
Along with this change, AttributeError has occurred in the process of comparison of the received message.
This patch fixes this problem.
Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'CONTRIBUTING.rst')
0 files changed, 0 insertions, 0 deletions