e97e7f ipset-7.1 base

Merged and Committed by Packit Bot 3 years ago
353 files changed. 178852 lines added. 0 lines removed.
.gitignore
file added
+29
COPYING
file added
+340
ChangeLog
file added
+661
ChangeLog.ippool
file added
+59
INSTALL
file added
+236
Make_global.am
file added
+89
Makefile.am
file added
+147
Makefile.in
file added
+1094
README
file added
+89
UPGRADE
file added
+19
aclocal.m4
file added
+1436
autogen.sh
file added
+5
build-aux/compile
file added
+347
build-aux/config.guess
file added
+1462
build-aux/config.sub
file added
+1825
build-aux/depcomp
file added
+791
build-aux/install-sh
file added
+508
build-aux/ltmain.sh
file added
+11156
build-aux/missing
file added
+215
check_const
file added
+8
check_libmap.sh
file added
+14
config.h.in
file added
+204
configure
file added
+19752
configure.ac
file added
+747
include/libipset/Makefile.am
file added
+22
include/libipset/Makefile.in
file added
+647
include/libipset/args.h
file added
+71
include/libipset/compat.h
file added
+70
include/libipset/data.h
file added
+176
include/libipset/debug.h
file added
+33
include/libipset/errcode.h
file added
+32
include/libipset/icmp.h
file added
+24
include/libipset/icmpv6.h
file added
+24
include/libipset/ipset.h
file added
+90
include/libipset/linux_ip_set.h
file added
+309
include/libipset/linux_ip_set_bitmap.h
file added
+16
include/libipset/linux_ip_set_hash.h
file added
+24
include/libipset/linux_ip_set_list.h
file added
+24
include/libipset/list_sort.h
file added
+103
include/libipset/mnl.h
file added
+36
include/libipset/nf_inet_addr.h
file added
+22
include/libipset/nfproto.h
file added
+19
include/libipset/parse.h
file added
+125
include/libipset/pfxlen.h
file added
+157
include/libipset/print.h
file added
+88
include/libipset/session.h
file added
+142
include/libipset/transport.h
file added
+27
include/libipset/types.h
file added
+140
include/libipset/utils.h
file added
+53
kernel/ChangeLog
file added
+666
kernel/include/linux/jhash.h
file added
+169
kernel/include/linux/netfilter/ipset/ip_set.h
file added
+479
kernel/include/linux/netfilter/ipset/ip_set_bitmap.h
file added
+29
kernel/include/linux/netfilter/ipset/ip_set_comment.h
file added
+76
kernel/include/linux/netfilter/ipset/ip_set_compat.h.in
file added
+399
kernel/include/linux/netfilter/ipset/ip_set_counter.h
file added
+88
kernel/include/linux/netfilter/ipset/ip_set_getport.h
file added
+34
kernel/include/linux/netfilter/ipset/ip_set_hash.h
file added
+14
kernel/include/linux/netfilter/ipset/ip_set_list.h
file added
+12
kernel/include/linux/netfilter/ipset/ip_set_skbinfo.h
file added
+46
kernel/include/linux/netfilter/ipset/ip_set_timeout.h
file added
+81
kernel/include/linux/netfilter/ipset/pfxlen.h
file added
+54
kernel/include/uapi/linux/netfilter/ipset/ip_set.h
file added
+309
kernel/include/uapi/linux/netfilter/ipset/ip_set_bitmap.h
file added
+16
kernel/include/uapi/linux/netfilter/ipset/ip_set_hash.h
file added
+24
kernel/include/uapi/linux/netfilter/ipset/ip_set_list.h
file added
+24
kernel/include/uapi/linux/netfilter/xt_set.h
file added
+94
kernel/net/Kbuild
file added
+9
kernel/net/netfilter/Kbuild
file added
+9
kernel/net/netfilter/Kconfig.ipset
file added
+22
kernel/net/netfilter/Makefile
file added
+11
kernel/net/netfilter/ipset/Kbuild
file added
+15
kernel/net/netfilter/ipset/Kconfig
file added
+177
kernel/net/netfilter/ipset/Makefile
file added
+11
kernel/net/netfilter/ipset/ip_set_bitmap_gen.h
file added
+311
kernel/net/netfilter/ipset/ip_set_bitmap_ip.c
file added
+382
kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c
file added
+431
kernel/net/netfilter/ipset/ip_set_bitmap_port.c
file added
+313
kernel/net/netfilter/ipset/ip_set_core.c
file added
+2344
kernel/net/netfilter/ipset/ip_set_getport.c
file added
+183
kernel/net/netfilter/ipset/ip_set_hash_gen.h
file added
+1356
kernel/net/netfilter/ipset/ip_set_hash_ip.c
file added
+325
kernel/net/netfilter/ipset/ip_set_hash_ipmac.c
file added
+316
kernel/net/netfilter/ipset/ip_set_hash_ipmark.c
file added
+324
kernel/net/netfilter/ipset/ip_set_hash_ipport.c
file added
+392
kernel/net/netfilter/ipset/ip_set_hash_ipportip.c
file added
+407
kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c
file added
+567
kernel/net/netfilter/ipset/ip_set_hash_mac.c
file added
+171
kernel/net/netfilter/ipset/ip_set_hash_net.c
file added
+401
kernel/net/netfilter/ipset/ip_set_hash_netiface.c
file added
+508
kernel/net/netfilter/ipset/ip_set_hash_netnet.c
file added
+508
kernel/net/netfilter/ipset/ip_set_hash_netport.c
file added
+512
kernel/net/netfilter/ipset/ip_set_hash_netportnet.c
file added
+612
kernel/net/netfilter/ipset/ip_set_list_set.c
file added
+688
kernel/net/netfilter/ipset/pfxlen.c
file added
+190
kernel/net/netfilter/xt_set.c
file added
+755
kernel/net/sched/Kbuild
file added
+4
kernel/net/sched/em_ipset.c
file added
+182
lib/.gitignore
file added
+2
lib/Make_extra.am
file added
+101
lib/Makefile.am
file added
+58
lib/Makefile.in
file added
+1047
lib/PROTOCOL
file added
+107
lib/args.c
file added
+297
lib/data.c
file added
+735
lib/debug.c
file added
+319
lib/errcode.c
file added
+209
lib/icmp.c
file added
+81
lib/icmpv6.c
file added
+69
lib/ipset.c
file added
+1475
lib/ipset_bitmap_ip.c
file added
+296
lib/ipset_bitmap_ipmac.c
file added
+324
lib/ipset_bitmap_port.c
file added
+292
lib/ipset_hash_ip.c
file added
+404
lib/ipset_hash_ipmac.c
file added
+98
lib/ipset_hash_ipmark.c
file added
+298
lib/ipset_hash_ipport.c
file added
+510
lib/ipset_hash_ipportip.c
file added
+565
lib/ipset_hash_ipportnet.c
file added
+825
lib/ipset_hash_mac.c
file added
+82
lib/ipset_hash_net.c
file added
+544
lib/ipset_hash_netiface.c
file added
+633
lib/ipset_hash_netnet.c
file added
+298
lib/ipset_hash_netport.c
file added
+678
lib/ipset_hash_netportnet.c
file added
+367
lib/ipset_list_set.c
file added
+296
lib/libipset.3
file added
+242
lib/libipset.map
file added
+204
lib/libipset.pc.in
file added
+11
lib/list_sort.c
file added
+141
lib/mnl.c
file added
+172
lib/parse.c
file added
+2039
lib/print.c
file added
+962
lib/session.c
file added
+2487
lib/types.c
file added
+673
libltdl/COPYING.LIB
file added
+502
libltdl/README
file added
+20
libltdl/libltdl/lt__alloc.h
file added
+58
libltdl/libltdl/lt__argz_.h
file added
+69
libltdl/libltdl/lt__dirent.h
file added
+88
libltdl/libltdl/lt__glibc.h
file added
+89
libltdl/libltdl/lt__private.h
file added
+149
libltdl/libltdl/lt__strl.h
file added
+53
libltdl/libltdl/lt_dlloader.h
file added
+91
libltdl/libltdl/lt_error.h
file added
+86
libltdl/libltdl/lt_system.h
file added
+166
libltdl/libltdl/slist.h
file added
+97
libltdl/loaders/dld_link.c
file added
+158
libltdl/loaders/dlopen.c
file added
+275
libltdl/loaders/dyld.c
file added
+511
libltdl/loaders/load_add_on.c
file added
+167
libltdl/loaders/loadlibrary.c
file added
+369
libltdl/loaders/preopen.c
file added
+387
libltdl/loaders/shl_load.c
file added
+222
libltdl/lt__alloc.c
file added
+96
libltdl/lt__argz.c
file added
+225
libltdl/lt__dirent.c
file added
+106
libltdl/lt__strl.c
file added
+127
libltdl/lt_dlloader.c
file added
+211
libltdl/lt_error.c
file added
+111
libltdl/ltdl.c
file added
+2471
libltdl/ltdl.h
file added
+163
libltdl/ltdl.mk
file added
+149
libltdl/slist.c
file added
+379
m4/.gitignore
file added
+3
m4/ax_cflags_gcc_option.m4
file added
+225
m4/libtool.m4
file added
+8387
m4/ltargz.m4
file added
+74
m4/ltdl.m4
file added
+909
m4/ltoptions.m4
file added
+437
m4/ltsugar.m4
file added
+124
m4/ltversion.m4
file added
+23
m4/lt~obsolete.m4
file added
+99
netlink.patch
file added
+46
src/.gitignore
file added
+1
src/Makefile.am
file added
+21
src/Makefile.in
file added
+869
src/ipset.8
file added
+1093
src/ipset.c
file added
+37
src/ui.c
file added
+288
tests/Makefile.am
file added
+5
tests/big_sort.saved
file added
+65537
tests/big_sort.sh
file added
+14
tests/big_sort.terse
file added
+7
tests/bitmap:ip.t
file added
+233
tests/bitmap:ip.t.list0
file added
+8
tests/bitmap:ip.t.list1
file added
+8
tests/bitmap:ip.t.list2
file added
+8
tests/bitmap:ip.t.list3
file added
+9
tests/bitmap:ip.t.list4
file added
+13
tests/bitmap:ip.t.list5
file added
+9
tests/bitmap:ip.t.list6
file added
+265
tests/check_cidrs.sh
file added
+23
tests/check_counters
file added
+11
tests/check_extensions
file added
+12
tests/check_klog.sh
file added
+56
tests/check_sendip_packets
file added
+24
tests/cidr.sh
file added
+112
tests/comment.t
file added
+157
tests/comment.t.list0
file added
+8
tests/comment.t.list1
file added
+262
tests/comment.t.list11
file added
+517
tests/comment.t.list12
file added
+262
tests/comment.t.list2
file added
+11
tests/comment.t.list21
file added
+519
tests/comment.t.list22
file added
+263
tests/comment.t.list3
file added
+34
tests/hash:ip,mark.t
file added
+135
tests/hash:ip,mark.t.list0
file added
+11
tests/hash:ip,mark.t.list1
file added
+7
tests/hash:ip,port,ip.t
file added
+151
tests/hash:ip,port,ip.t.list0
file added
+11
tests/hash:ip,port,ip.t.list1
file added
+7
tests/hash:ip,port,net.t
file added
+183
tests/hash:ip,port,net.t.list0
file added
+11
tests/hash:ip,port.t
file added
+173
tests/hash:ip,port.t.list0
file added
+11
tests/hash:ip,port.t.list1
file added
+7
tests/hash:ip,port.t.list2
file added
+10
tests/hash:ip.t
file added
+213
tests/hash:ip.t.list0
file added
+8
tests/hash:ip.t.list1
file added
+8
tests/hash:ip.t.list2
file added
+9
tests/hash:ip.t.list3
file added
+10
tests/hash:ip6,mark.t
file added
+237
tests/hash:ip6,mark.t.list0
file added
+11
tests/hash:ip6,mark.t.list1
file added
+7
tests/hash:ip6,port,ip6.t
file added
+115
tests/hash:ip6,port,ip6.t.list0
file added
+12
tests/hash:ip6,port,ip6.t.list1
file added
+7
tests/hash:ip6,port,net6.t
file added
+143
tests/hash:ip6,port,net6.t.list0
file added
+11
tests/hash:ip6,port.t
file added
+107
tests/hash:ip6,port.t.list0
file added
+11
tests/hash:ip6,port.t.list1
file added
+7
tests/hash:ip6.t
file added
+151
tests/hash:ip6.t.list0
file added
+8
tests/hash:ip6.t.list1
file added
+8
tests/hash:ip6.t.list2
file added
+9
tests/hash:ip6.t.list3
file added
+10
tests/hash:mac.t
file added
+71
tests/hash:mac.t.list0
file added
+8
tests/hash:mac.t.list1
file added
+13
tests/hash:mac.t.list2
file added
+9
tests/hash:mac.t.list3
file added
+9
tests/hash:net,iface.t
file added
+229
tests/hash:net,iface.t.list0
file added
+11
tests/hash:net,iface.t.list1
file added
+34
tests/hash:net,iface.t.list2
file added
+11
tests/hash:net,net.t
file added
+169
tests/hash:net,net.t.list0
file added
+11
tests/hash:net,net.t.list1
file added
+7
tests/hash:net,net.t.list2
file added
+23
tests/hash:net,port,net.t
file added
+183
tests/hash:net,port,net.t.list0
file added
+11
tests/hash:net,port.t
file added
+177
tests/hash:net,port.t.list0
file added
+12
tests/hash:net,port.t.list1
file added
+7
tests/hash:net.t
file added
+183
tests/hash:net.t.list0
file added
+11
tests/hash:net.t.list1
file added
+7
tests/hash:net.t.list2
file added
+11
tests/hash:net.t.list3
file added
+9
tests/hash:net6,net6.t
file added
+151
tests/hash:net6,net6.t.list0
file added
+11
tests/hash:net6,net6.t.list1
file added
+7
tests/hash:net6,port,net6.t
file added
+149
tests/hash:net6,port,net6.t.list0
file added
+11
tests/hash:net6,port.t
file added
+171
tests/hash:net6,port.t.list0
file added
+12
tests/hash:net6,port.t.list1
file added
+8
tests/hash:net6.t
file added
+139
tests/hash:net6.t.list0
file added
+11
tests/hash:net6.t.list1
file added
+7
tests/init.t
file added
+9
tests/iphash.t
file added
+105
tests/iphash.t.large
file added
+1057
tests/iphash.t.list0
file added
+9
tests/iphash.t.list1
file added
+9
tests/iphash.t.restore
file added
+130
tests/iphash.t.restore.old
file added
+131
tests/iphash.t.restore.sorted
file added
+389
tests/ipmap.t
file added
+161
tests/ipmap.t.list0
file added
+13
tests/ipmap.t.list1
file added
+9
tests/ipmap.t.list2
file added
+9
tests/ipmap.t.list3
file added
+265
tests/ipmap.t.list4
file added
+9
tests/ipmarkhash.t
file added
+71
tests/ipmarkhash.t.list0
file added
+11
tests/ipmarkhash.t.list1
file added
+11
tests/ipporthash.t
file added
+71
tests/ipporthash.t.list0
file added
+11
tests/ipporthash.t.list1
file added
+11
tests/ipportiphash.t
file added
+81
tests/ipportiphash.t.list0
file added
+11
tests/ipportiphash.t.list1
file added
+9
tests/ipportnethash.t
file added
+101
tests/ipportnethash.t.list0
file added
+10
tests/ipportnethash.t.list1
file added
+10
tests/iptables.sh
file added
+140
tests/iptree.t
file added
+59
tests/iptree.t.list0
file added
+8
tests/iptreemap.t
file added
+59
tests/iptreemap.t.list0
file added
+37
tests/macipmap.t
file added
+199
tests/macipmap.t.list0
file added
+10
tests/macipmap.t.list1
file added
+10
tests/macipmap.t.list2
file added
+8
tests/macipmap.t.list3
file added
+10
tests/match_flags.t
file added
+49
tests/match_target.t
file added
+121
tests/match_target6.t
file added
+61
tests/netgen.sh
file added
+9
tests/nethash.t
file added
+69
tests/nethash.t.list0
file added
+11
tests/netnetgen.sh
file added
+26
tests/portmap.t
file added
+141
tests/portmap.t.list0
file added
+9
tests/portmap.t.list1
file added
+9
tests/portmap.t.list2
file added
+9
tests/portmap.t.list3
file added
+9
tests/resize-and-list.sh
file added
+10
tests/resize.sh
file added
+14
tests/resizec.sh
file added
+97
tests/resizen.sh
file added
+105
tests/resizet.sh
file added
+111
tests/restore.t
file added
+9
tests/restore.t.destroy
file added
+2
tests/restore.t.list0
file added
+10
tests/restore.t.list1
file added
+10
tests/restore.t.multi
file added
+9
tests/restore.t.multi.saved
file added
+1052
tests/restore.t.restore
file added
+11
tests/runtest.sh
file added
+140
tests/sendip.sh
file added
+6
tests/setlist.t
file added
+214
tests/setlist.t.before
file added
+5
tests/setlist.t.list0
file added
+9
tests/setlist.t.list1
file added
+10
tests/setlist.t.list2
file added
+9
tests/setlist.t.list3
file added
+8
tests/setlist.t.list4
file added
+40
tests/setlist.t.restore
file added
+10
tests/setlist_resize.sh
file added
+36
tests/sort.sh
file added
+5
utils/Makefile.am
file added
+4
utils/Makefile.in
file added
+645
utils/ipset_bash_completion/README.md
file added
+220
utils/ipset_bash_completion/ipset
file added
+1796
utils/ipset_list/README.md
file added
+76
utils/ipset_list/ipset_list
file added
+1072
utils/ipset_list/ipset_list_bash_completion
file added
+303
    ipset-7.1 base
    
        
file added
+29
file added
+340
file added
+661
file added
+59
file added
+236
file added
+89
file added
+147
file added
+1094
file added
+89
file added
+19
file added
+1436
file added
+5
file added
+347
file added
+1462
file added
+1825
file added
+791
file added
+508
file added
+11156
file added
+215
file added
+8
file added
+14
file added
+204
file added
+19752
file added
+747
file added
+666
file added
+9
file added
+2
file added
+101
file added
+58
file added
+1047
file added
+107
file added
+297
file added
+735
file added
+319
file added
+209
file added
+81
file added
+69
file added
+1475
file added
+296
file added
+404
file added
+82
file added
+544
file added
+296
file added
+242
file added
+204
file added
+11
file added
+141
file added
+172
file added
+2039
file added
+962
file added
+2487
file added
+673
file added
+502
file added
+20
file added
+511
file added
+96
file added
+225
file added
+106
file added
+127
file added
+211
file added
+111
file added
+2471
file added
+163
file added
+149
file added
+379
file added
+3
file added
+8387
file added
+74
file added
+909
file added
+437
file added
+124
file added
+23
file added
+99
file added
+46
file added
+1
file added
+21
file added
+869
file added
+1093
file added
+37
file added
+288
file added
+5
file added
+65537
file added
+14
file added
+233
file added
+23
file added
+11
file added
+56
file added
+112
file added
+157
file added
+262
file added
+517
file added
+262
file added
+519
file added
+263
file added
+135
file added
+173
file added
+213
file added
+237
file added
+107
file added
+151
file added
+71
file added
+229
file added
+169
file added
+177
file added
+183
file added
+151
file added
+171
file added
+139
file added
+9
file added
+105
file added
+1057
file added
+130
file added
+161
file added
+13
file added
+9
file added
+9
file added
+265
file added
+9
file added
+71
file added
+71
file added
+81
file added
+101
file added
+140
file added
+59
file added
+59
file added
+199
file added
+49
file added
+121
file added
+9
file added
+69
file added
+26
file added
+141
file added
+14
file added
+97
file added
+105
file added
+111
file added
+9
file added
+140
file added
+6
file added
+214
file added
+5
file added
+4
file added
+645