Method: Switch#mac_address_table_get

Defined in:
lib/netutils/switch.rb

#mac_address_table_get(ma, vlan) ⇒ Object



255
256
257
# File 'lib/netutils/switch.rb', line 255

def mac_address_table_get(ma, vlan)
	exec(__method__, self, ma, vlan)
end