Method: Kanrisuru::Core::IP#ip_link_ipoib_opts

Defined in:
lib/kanrisuru/core/ip/commands/link_type_opts.rb


126
127
128
129
# File 'lib/kanrisuru/core/ip/commands/link_type_opts.rb', line 126

def ip_link_ipoib_opts(command, opts)
  command.append_arg('pkey', opts[:pkey])
  command.append_arg('mode', opts[:mode])
end