Method: Rbeapi::Api::Ospf#delete

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

#delete(pid) ⇒ Boolean

delete will remove the specified router ospf.

Parameters:

  • pid (String)

    The router ospf to remove.

Returns:

  • (Boolean)

    Returns true if the command completed successfully.



164
165
166
# File 'lib/rbeapi/api/ospf.rb', line 164

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