]> git.ipfire.org Git - thirdparty/kea.git/commit
[3517] Corrected test for interface detection.
authorMarcin Siodelski <marcin@isc.org>
Thu, 14 Aug 2014 11:08:08 +0000 (13:08 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 14 Aug 2014 11:08:08 +0000 (13:08 +0200)
commit25bae983a92b9868edfdfcd82a0742353be85c13
tree17f7536b854d99304292c8cc985742ed97bb0a54
parent8998eb0dae6c62685936b783af89282190c386ea
[3517] Corrected test for interface detection.

The original version of this test incorrectly matched the names of the
interfaces detected by the IfaceMgr and those detected by the unit test.
As a result, the interfaces with similar names (e.g. virbr0 and virbr0-nic)
where compared for the equality of indexes, addresses and flags.
src/lib/dhcp/tests/iface_mgr_unittest.cc