Method: Rbeapi::Api::System#set_iprouting
- Defined in:
- lib/rbeapi/api/system.rb
#set_iprouting(opts = {}) ⇒ Boolean
Configures the state of global ip routing.
172 173 174 175 |
# File 'lib/rbeapi/api/system.rb', line 172 def set_iprouting(opts = {}) cmd = command_builder('ip routing', opts) configure(cmd) end |