[ovs-dev] [PATCH] ovs-tcpundump: fix a conversion issue

Ben Pfaff blp at ovn.org
Fri Jan 12 21:09:04 UTC 2018


On Fri, Jan 12, 2018 at 03:40:21PM -0500, Aaron Conole wrote:
> 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>

Thanks for the fix.  I applied this to master and backported as far as
2.0.


More information about the dev mailing list