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.
154 155 156 |
# File 'lib/rbeapi/api/ospf.rb', line 154 def create(pid) configure "router ospf #{pid}" end |