Method: Rbeapi::Api::Ospf#delete
- Defined in:
- lib/rbeapi/api/ospf.rb
#delete(pid) ⇒ Boolean
delete will remove the specified router ospf.
164 165 166 |
# File 'lib/rbeapi/api/ospf.rb', line 164 def delete(pid) configure "no router ospf #{pid}" end |