New routers supported
[tomato.git] / release / src / router / ipset / report
blobf04488682523c5b09e8c96ccbfd87eab74e532e5
1 Dash Four
2 It might be related to something I did (and was very impressed with as far
3 as ipset goes): I had defined a /16 range of addresses in that ipset, but
4 later on had to delete a single address from that range with the ipset -D
5 command.
7 When I executed ipset -L (and got the kernel error) I found out that ipset
8 had readjusted, 'automatically', the IP range, which I found quite good.
10 For example, let say the original IP range was 10.10.0.0-10.10.255.255. Then
11 I deleted 10.10.100.100 and issued ipset -L. The previous range of
12 10.10.0.0-10.10.255.255 is now split in two, 'automatically' by ipset, to
13 10.10.0.0-10.10.100.99 and 10.10.100.101-10.10.255.255 - quite impressive,
14 though unfortunate that I get the kernel error, which I suspect was caused
15 by the deletion I did previously.