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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user