Package: ipset / 7.24-1

Metadata

Package Version Patches format
ipset 7.24-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
05 delay the set with timeout resizing test.patch | (download)

tests/resizet.sh | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 delay the set with timeout resizing test
 The test sometimes finish early and faster than 1 second, the condition
 fail with false-positive 
fix bash completion.patch | (download)

utils/ipset_bash_completion/ipset | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix ipset bash completion on bash (>= 4.4.18) 
drop bash completion with hashbang.patch | (download)

utils/ipset_bash_completion/ipset | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 drop bash completion with hashbang 
ensure prerequisite interface.patch | (download)

tests/runtest.sh | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 ensure that the prerequisite interface exist in system under test
 The regression tests rely on the interface eth0 which may unavailable
 in the system under test, eg. KVM Virtual Machine.
 Therefore, add the script to check and add the dummy interface if necessary
disable unsupport tests.patch | (download)

tests/hash:ip,port.t | 118 0 + 118 - 0 !
tests/hash:ip.t | 120 0 + 120 - 0 !
tests/hash:net,net.t | 106 0 + 106 - 0 !
3 files changed, 344 deletions(-)

 disable tests related to unsupport --bitmask flag
  Added in the Linux kernel >= 6.2