Comments
-
I often want to filter subsets of IP ranges and simple (or complex) test strings aren't really that suitable. e.g. filter needs to match 10.1.1.1-10 or 10.2.5.20-30 or 10.44.12.15-255 I believe the only way to do this currently would be to each IP individually with an OR statement. A more flexible solution than just…