packet.internet.ipv6addr man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

PACKET.INTERNET.IPV6ADDRpacket.internet.ipv6addr 1.PACKET.INTERNET.IPV6ADDR(1)

NAME
       packet.internet.ipv6addr - IPv6Addr module

DESCRIPTION
       Create an object to represent an IPv6 address. An IPv6 address is given
       either by a series of hexadecimal numbers or using the ":" notation. It
       provides	 a  mechanism for comparing this object with a regular string.
       It also takes care of '::' notation and leading zeroes.

CLASSES
   class IPv6Addr(__builtin__.str)
       IPv6Addr address object

       Usage:
	   from packet.internet.ipv6addr import IPv6Addr

	   ip = IPv6Addr('fe80000000000000020c29fffe5409ef')

       The following expressions are equivalent:
	   ip == 0xFE80000000000000020C29FFFE5409EF
	   ip == 0xfe80000000000000020c29fffe5409ef
	   ip == '0xFE80000000000000020C29FFFE5409EF'
	   ip == '0xfe80000000000000020c29fffe5409ef'
	   ip == 'FE80000000000000020C29FFFE5409EF'
	   ip == 'fe80000000000000020c29fffe5409ef'
	   ip == 'FE80:0000:0000:0000:020C:29FF:FE54:09EF'
	   ip == 'fe80:0000:0000:0000:020c:29ff:fe54:09ef'
	   ip == 'FE80::020C:29FF:FE54:09EF'
	   ip == 'fe80::020c:29ff:fe54:09ef'
	   ip == 'FE80::20C:29FF:FE54:9EF'
	   ip == 'fe80::20c:29ff:fe54:9ef'

       Methods defined here:
       ---------------------

       __eq__(self, other)
	      Compare two IPv6 addresses and return True if both are equal.

       __ne__(self, other)
	      Compare two IPv6 addresses and return False if both are equal.

       Static methods defined here:
       ----------------------------

       __new__(cls, ip)
	      Create new instance by converting input int/string into  a  per‐
	      sistent representation of an IPv6 address.

BUGS
       No known bugs.

AUTHOR
       Jorge Mora (mora@netapp.com)

NFStest 1.0.2			 10 April 2013	   PACKET.INTERNET.IPV6ADDR(1)
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net