# File lib/specinfra/command/openbsd/base/bond.rb, line 7 def check_has_interface(name, interface) "ifconfig #{name} | grep -o #{interface}" end