Make the socketDestroy tests use a fake tun interface.

On real devices, we often don't want to destroy sockets that
are on loopback. This CL makes our integration tests use
sockets that don't look like they're on loopback, making it
possible to test code that does not destroy sockets that are
on loopback.

Bug: 30186506

(cherry picked from commit 549a0f705849d0a1dcf9de38cbe54edad4a83cd9)

Change-Id: Ic4b8a7cb684010576f0c9c40a037906c7ba4d93d
2 files changed
tree: b61af5851a87f36fcf6af7bdd803efea8060eab8
  1. client/
  2. include/
  3. server/
  4. tests/
  5. Android.mk
  6. MODULE_LICENSE_APACHE2
  7. NOTICE