summaryrefslogtreecommitdiffstats
path: root/rules/net-ip-perl.in
blob: 965c83c5ed3795bbecdcf4be5a9a3c2ebeb3fd6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=perl

config NET_IP_PERL
	tristate
	select PERL
	prompt "Net::IP"
	help
	  Net::IP provides functions to deal with IPv4/IPv6 addresses.
	  The module can be used as a class, allowing the user to instantiate IP
	  objects, which can be single IP addresses, prefixes, or ranges of addresses.
	  There is also a procedural way of accessing most of the functions. Most
	  subroutines can take either IPv4 or IPv6 addresses transparently.