BIND 10 trac3322, updated. 5de565baea42c9096dff78ed5fbd05982a174469 [3322] IfaceMgrTestConfig destructor restores default PktFilterInet6
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 24 17:55:58 UTC 2014
The branch, trac3322 has been updated
via 5de565baea42c9096dff78ed5fbd05982a174469 (commit)
from 59ff338f6154978a12f20055efface3484b446f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5de565baea42c9096dff78ed5fbd05982a174469
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Mon Feb 24 18:55:49 2014 +0100
[3322] IfaceMgrTestConfig destructor restores default PktFilterInet6
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/iface_mgr_test_config.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/iface_mgr_test_config.cc b/src/lib/dhcp/tests/iface_mgr_test_config.cc
index 3bfcf01..14beee8 100644
--- a/src/lib/dhcp/tests/iface_mgr_test_config.cc
+++ b/src/lib/dhcp/tests/iface_mgr_test_config.cc
@@ -14,6 +14,7 @@
#include <dhcp/pkt_filter.h>
#include <dhcp/pkt_filter_inet.h>
+#include <dhcp/pkt_filter_inet6.h>
#include <dhcp/tests/iface_mgr_test_config.h>
#include <dhcp/tests/pkt_filter_test_stub.h>
#include <dhcp/tests/pkt_filter6_test_stub.h>
@@ -42,6 +43,7 @@ IfaceMgrTestConfig::~IfaceMgrTestConfig() {
IfaceMgr::instance().closeSockets();
IfaceMgr::instance().clearIfaces();
IfaceMgr::instance().setPacketFilter(PktFilterPtr(new PktFilterInet()));
+ IfaceMgr::instance().setPacketFilter(PktFilter6Ptr(new PktFilterInet6()));
IfaceMgr::instance().detectIfaces();
}
More information about the bind10-changes
mailing list