Method: Cisco::RouterOspf#create
- Defined in:
- lib/cisco_node_utils/router_ospf.rb
#create ⇒ Object
Create one router ospf instance
74 75 76 77 78 79 80 |
# File 'lib/cisco_node_utils/router_ospf.rb', line 74 def create if RouterOspf.enabled ospf_router(name) else enable_create_router_ospf(name) end end |