diff options
author | Slawek Kaplonski <skaplons@redhat.com> | 2018-08-11 18:46:28 +0200 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-08-14 06:17:01 -0700 |
commit | d7d526ad21993646bfec68daca8c544ecce094bd (patch) | |
tree | 04c711edb2a57c5488ea28c30417db2a1bf33a94 /setup.cfg | |
parent | 8312ab23b389d1c2da9c722954c237278b4ee898 (diff) |
Fix convertion of ipv4 to string on i386 and arch
On architectures like i386 or arm convertion of IPv4 to string
was failing in some cases.
It was like that because some integer values were converted to
long which is not the case on x86_64.
It was like that for example with value "2871386400" which is
used in ryu.tests.unit.ofproto.test_parser_v10:TestOFPMatch unit
test.
Because of that this test was failing when running on architectures
where integer range was too small to handle this value.
Signed-off-by: Slawek Kaplonski <skaplons@redhat.com>
Reviewed-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.cfg')
0 files changed, 0 insertions, 0 deletions