DESCRIPTION

Simple module which is basically a struct.

Stores eth number, ip address (optional) and mac address (optional).

new()

Creates a new Attachment.

Usage:

 my $interface = Interface->new (
	   eth => 0,
	   ip => '10.0.0.2'
 );
dump()

Prints the Interface to selected file.