ip6addr: Command-line tools to filter parsed IPv6 Addresses against RFC 4291 and generate random IPv6 adresses

[ bsd3, console, network, program ] [ Propose Tags ]
This version is deprecated.

ip6addr consists of two command-line tools: ip6addrval which filters IPv6 addresses parsed against RFC 4291. By default, ip6addrval outputs only validated inputs, i.e. IPv6 addresses, removing CIDR suffix if necessary. -e option throws out discarded inputs to stderr (which have of course to be redirected). The second command-line tool, ip6addrgen, generates random IPv6 adresses. -p option allows to provide a prefix to all IPv6 adresses to generate. -n option allows to provide the amount of IPv6 addresses to generate.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.5.1.2, 0.5.1.3, 0.5.1.4, 0.5.2, 0.5.3, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4 (info)
Change log ChangeLog
Dependencies base (>4 && <5), random [details]
License BSD-3-Clause
Author Michel Boucey <michel.boucey@gmail.com>
Maintainer Michel Boucey <michel.boucey@gmail.com>
Category Network, Console
Home page http://www.cybervisible.fr/ip6addr
Uploaded by MichelBoucey at 2010-09-08T12:18:34Z
Distributions LTSHaskell:1.0.4, NixOS:1.0.4, Stackage:1.0.4
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ip6addrgen, ip6addrval
Downloads 11797 total (60 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-29 [all 7 reports]

Readme for ip6addr-0.2

[back to package description]
ip6addr provides command-line tools written in Haskell for filtering
IPv6 addresses parsed against RFC 4291 and generating random IPv6 addresses

Copyright (c) 2009-2010, Michel Boucey All rights reserved.