# File lib/specinfra/command/openbsd/base/routing_table.rb, line 3
    def check_has_entry(destination)
      "route -n show -gateway | egrep '^#{destination}' | head -1"
    end