Class: IPX_Ethernet802_3

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_3

Returns a new instance of IPX_Ethernet802_3.



36
37
38
39
# File 'lib/ifconfig/linux/network_types.rb', line 36

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