Sha256: 761a5c846fb09af693a6b38f392ed94216dc5f4b1d04df28b00666d11c25b645

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

require 'netutils/cli/nec/lldp'

module NEC
	CONFIG_RE = /^(.*\n)$/m

	def disable_logging_console
		# XXX
	end

	def enable
	end

	def show_running_config
		return cmd('show running-config')
	end

	def interface_gets(sw)
		# XXX
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
netutils-0.1.2 lib/netutils/cli/nec.rb
netutils-0.1.1 lib/netutils/cli/nec.rb