]> git.ipfire.org Git - thirdparty/kea.git/commit
[3743] Add bad_packet logger to dhcp4 server
authorThomas Markwalder <tmark@isc.org>
Wed, 15 Apr 2015 18:08:33 +0000 (14:08 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 15 Apr 2015 18:08:33 +0000 (14:08 -0400)
commit086343cf7c919885c6b3a0f84d4ae3db94ab107f
treef5cf46be1bb8c980d58ed7c1823917f4464c1c13
parent2340a0ffa1c872260b60168c1706b01b8083d973
[3743] Add bad_packet logger to dhcp4 server

doc/guide/logging.xml - added new logger description
src/bin/dhcp4/dhcp4_log.cc - added bad_packet logger and log name declarations
src/bin/dhcp4/dhcp4_log.h - added bad_packet and log name externs
src/bin/dhcp4/dhcp4_messages.mes - changed drop and NAK message identifiers
src/bin/dhcp4/dhcp4_srv.cc - changed packet drop and NAK log invocations
src/bin/dhcp4/main.cc - used extern for log name
doc/guide/logging.xml
src/bin/dhcp4/dhcp4_log.cc
src/bin/dhcp4/dhcp4_log.h
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/main.cc