[ovs-git] [openvswitch/ovs] cb12f4: ovs-tcpundump: fix a conversion issue

GitHub noreply at github.com
Fri Jan 12 21:07:44 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: cb12f42d88071efdecc7a3804ac5e2385349f70d
      https://github.com/openvswitch/ovs/commit/cb12f42d88071efdecc7a3804ac5e2385349f70d
  Author: Aaron Conole <aconole at redhat.com>
  Date:   2018-01-12 (Fri, 12 Jan 2018)

  Changed paths:
    M utilities/ovs-tcpundump.in

  Log Message:
  -----------
  ovs-tcpundump: fix a conversion issue

When I tried using ovs-tcpundump, I got the following error message:
Traceback (most recent call last):
  File ./ovs-tcpundump, line 64, in <module>
    if m is None or int(m.group(1)) == 0:
ValueError: invalid literal for int() with base 10: '00a0'

Signed-off-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list