Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2545 by [email protected]: IPFilterRule does not conforms RFC
3588
http://code.google.com/p/mobicents/issues/detail?id=2545
IPFilterRule did not parsed the string properly
It did not supported IPV6
It did not supported word any in from/to address
It required at least one option , while those are optional.
Also IPV4 regex was invalid , since it allowed 300.300.300.300 IP
Address ,so added IPAddressUtil.isIPv4LiteralAddress validation so valid ip
addresses will be accepted.
Attachments:
IPFilterRule.java 20.7 KB