# File lib/openstack/network/connection.rb, line 130 def add_router_interface_by_name(name, interface) @connection.req('PUT', "/routers/#{get_router_id(name)}/#{interface}") end