2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[5564] Changes after review:

- dumpPackets renamed to discardPackets
 - added missing comments
This commit is contained in:
Tomek Mrugalski
2018-05-16 14:42:55 +02:00
parent 5b9b5e26f0
commit 92e83eb2c8
7 changed files with 18 additions and 10 deletions

View File

@@ -291,7 +291,7 @@ configureDhcp4Server(Dhcpv4Srv& server, isc::data::ConstElementPtr config_set,
// Remove any existing timers.
if (!check_only) {
TimerMgr::instance()->unregisterTimers();
server.dumpPackets();
server.discardPackets();
}
// Revert any runtime option definitions configured so far and not committed.