Hi, I am trying to use a filter to filter out the IP addresses based on Subnet. org.apache.mina.filter.firewall.Subnet has a implementation which accepts CIDR based notation (192.168.0.1/24). However, when trying to check the IP address in a given subnet, its not giving the result as expected. The network part of the IP address should be matched with the Subnet in CIDR.
Any thoughts about it? -- Kind Regards, Shafaq
