interfaces: ignore predefined network interfaces
authorFabrice Bellet <fabrice@bellet.info>
Thu, 21 Apr 2016 16:18:59 +0000 (18:18 +0200)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 8 Jun 2017 20:22:24 +0000 (16:22 -0400)
commitb4abda09c79e4ce372a3771300abf568c85c7ff5
tree93fd80d176a8e2e9e31572236fd97a77e8e3b299
parentd5446a72233eab8501be0b3fb9060c8be3ba034b
interfaces: ignore predefined network interfaces

Some interfaces, like the one managed by libvirtd to provide a network
bridge to locally hosted virtual machines, can be completely ignored
when gathering ICE candidates. The motivation for adding this
possibility is that, ignoring them doesn't remove capabilities, and
improves the overall speed of the connection check method, by reducing
the number of pairs to be tested. This patch adds the possibility to
define such interfaces in the configuration script.

Differential Revision: https://phabricator.freedesktop.org/D948
agent/interfaces.c
configure.ac