Method: Specinfra::Command::Openbsd::Base::Bond.check_has_interface
- Defined in:
- lib/specinfra/command/openbsd/base/bond.rb
permalink .check_has_interface(name, interface) ⇒ Object
[View source]
7 8 9 |
# File 'lib/specinfra/command/openbsd/base/bond.rb', line 7 def check_has_interface(name, interface) "ifconfig #{name} | grep -o #{interface}" end |