Revert "[health checker] Check interface when broadcasting."

This reverts commit 13f6713118a4bd5cee68c3ef54c5e66fd9b453f3.

Reason for revert: We need to bind to a particular interface before checking this.

Original change's description:
> [health checker] Check interface when broadcasting.
> 
> This change verifies that the correct device is broadcasting.
> 
> Bug: 47367
> 
> Change-Id: I7db9ae44620f9ae47b6fa11f94d32575194e25a2

TBR=nmulcahey@google.com,rudymathu@google.com

Change-Id: I386dc027fe886da92303ea7b17e2f18832c6aa4f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 47367
2 files changed
tree: 1334451d85cf491ad19fcfb38724143e11bd7c62
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. devices/
  5. digest/
  6. gotidy/
  7. .gitignore
  8. AUTHORS
  9. go.mod
  10. go.sum
  11. LICENSE
  12. MAINTAINERS
  13. manifest
  14. PATENTS
  15. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}