Bug 1478228

Summary: ipset appears to perform incorrect type conversion on timeout values
Product: [Fedora] Fedora Reporter: Jay Guerette <jayguerette>
Component: ipsetAssignee: Thomas Woerner <twoerner>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: jayguerette, kwizart, twoerner
Target Milestone: ---Flags: jayguerette: needinfo-
jayguerette: needinfo-
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-01-08 22:43:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jay Guerette 2017-08-04 03:14:38 UTC
Description of problem:
timeout values on entries are incorrect

Version-Release number of selected component (if applicable):
6.29

How reproducible:
100%

Steps to Reproduce:
1. ipset create test hash:net timeout 2765000
2. ipset add test 10.0.0.1
3. ipset list test

Actual results:
Header: family inet hashsize 1024 maxelem 65536 timeout 2765000
...
10.0.0.1 timeout 4294253

Expected results:
Header: family inet hashsize 1024 maxelem 65536 timeout 2765000
...
10.0.0.1 timeout 2765000

Comment 1 Nicolas Chauvet (kwizart) 2017-08-12 21:26:27 UTC
Can you report the issue upstream and forward the link here.