Method: Rbeapi::Api::BaseInterface#default
- Defined in:
- lib/rbeapi/api/interfaces.rb
#default(value) ⇒ Boolean
default will configure the interface using the default keyword. For virtual interfaces this is equivalent to deleting the interface. For physical interfaces, the entire interface configuration will be set to defaults.
314 315 316 |
# File 'lib/rbeapi/api/interfaces.rb', line 314 def default(value) configure("default interface #{value}") end |