Method: Cisco::RouterOspf.enable
- Defined in:
- lib/cisco_node_utils/router_ospf.rb
.enable(state = "") ⇒ Object
60 61 62 |
# File 'lib/cisco_node_utils/router_ospf.rb', line 60 def RouterOspf.enable(state="") @@node.config_set("ospf", "feature", state) end |