Class: IPX_Ethernet802_2

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_Ethernet802_2

Returns a new instance of IPX_Ethernet802_2.



29
30
31
32
# File 'lib/ifconfig/linux/network_types.rb', line 29

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