From 78e93c11f680dd4bc23fd88f520fb333f0119f7f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 19 Dec 2011 16:14:04 +0100 Subject: Parsing of IPv4 and IPv6 addresses Added support of parsing and validation of IPv4 and IPv6 addresses. Class IP.address can also create reverse address from any valid IPv4 or IPv6 address. This functionality is needed for tickets: https://fedorahosted.org/freeipa/ticket/1466 https://fedorahosted.org/freeipa/ticket/1975 --- install/ui/test/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/index.html') diff --git a/install/ui/test/index.html b/install/ui/test/index.html index 3552cc77..1b623d40 100644 --- a/install/ui/test/index.html +++ b/install/ui/test/index.html @@ -33,7 +33,7 @@
  • Certificate Test Suite
  • Access Control Interface Test Suite
  • Widget Test Suite - +
  • IP Addresses Test Suite -- cgit