@@ -84,6 +84,7 @@ extern const isc::log::MessageID DHCP6_HOOK_PACKET_RCVD_SKIP = "DHCP6_HOOK_PACKE
8484extern const isc::log::MessageID DHCP6_HOOK_PACKET_SEND_DROP = " DHCP6_HOOK_PACKET_SEND_DROP" ;
8585extern const isc::log::MessageID DHCP6_HOOK_PACKET_SEND_SKIP = " DHCP6_HOOK_PACKET_SEND_SKIP" ;
8686extern const isc::log::MessageID DHCP6_HOOK_SUBNET6_SELECT_DROP = " DHCP6_HOOK_SUBNET6_SELECT_DROP" ;
87+ extern const isc::log::MessageID DHCP6_HOOK_SUBNET6_SELECT_PARK = " DHCP6_HOOK_SUBNET6_SELECT_PARK" ;
8788extern const isc::log::MessageID DHCP6_HOOK_SUBNET6_SELECT_SKIP = " DHCP6_HOOK_SUBNET6_SELECT_SKIP" ;
8889extern const isc::log::MessageID DHCP6_INIT_FAIL = " DHCP6_INIT_FAIL" ;
8990extern const isc::log::MessageID DHCP6_LEASE_ADVERT = " DHCP6_LEASE_ADVERT" ;
@@ -258,6 +259,7 @@ const char* values[] = {
258259 " DHCP6_HOOK_PACKET_SEND_DROP" , " %1: prepared DHCPv6 response was not sent because a callout set the next ste to DROP" ,
259260 " DHCP6_HOOK_PACKET_SEND_SKIP" , " %1: prepared DHCPv6 response is not built because a callout set the next step to SKIP" ,
260261 " DHCP6_HOOK_SUBNET6_SELECT_DROP" , " %1: packet was dropped because a callout set the drop flag" ,
262+ " DHCP6_HOOK_SUBNET6_SELECT_PARK" , " %1: packet was parked" ,
261263 " DHCP6_HOOK_SUBNET6_SELECT_SKIP" , " %1: no subnet was selected because a callout set the next step to SKIP" ,
262264 " DHCP6_INIT_FAIL" , " failed to initialize Kea server: %1" ,
263265 " DHCP6_LEASE_ADVERT" , " %1: lease for address %2 and iaid=%3 will be advertised" ,
0 commit comments