Class: IPX_EthernetSNAP

Inherits:
MiscEthernet show all
Defined in:
lib/ifconfig/linux/network_types.rb

Instance Attribute Summary

Attributes inherited from MiscEthernet

#addr

Attributes inherited from BasicNetworkType

#nettype

Instance Method Summary collapse

Methods inherited from MiscEthernet

#to_s

Constructor Details

#initialize(addr) ⇒ IPX_EthernetSNAP

Returns a new instance of IPX_EthernetSNAP.



50
51
52
53
# File 'lib/ifconfig/linux/network_types.rb', line 50

def initialize(addr)
  super(addr)
  @nettype = 'IPX/Ethernet SNAP'
end