Method: Rbeapi::Api::Ospf#create

Defined in:
lib/rbeapi/api/ospf.rb

#create(pid) ⇒ Boolean

create will create a router ospf with the specified pid.

Parameters:

  • The router ospf to create.

Returns:

  • Returns true if the command completed successfully.



154
155
156
# File 'lib/rbeapi/api/ospf.rb', line 154

def create(pid)
  configure "router ospf #{pid}"
end