You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hooks/dhcp/high_availability/ha_messages.mes
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ point failed. This may occur as a result of an internal server error.
8
8
The argument contains a reason for the error.
9
9
10
10
% HA_BUFFER4_RECEIVE_NOT_FOR_US %1: dropping query to be processed by another server
11
+
Logged at debug log level 40.
11
12
This debug message is issued when the received DHCPv4 query is dropped
12
13
by this server because it should be served by another server. This
13
14
is the case when the remote server was designated to process the packet
@@ -16,12 +17,14 @@ hot standby configuration. The argument provides client identification
16
17
information retrieved from the query.
17
18
18
19
% HA_BUFFER4_RECEIVE_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: %1
20
+
Logged at debug log level 40.
19
21
A debug message issued when an option failed to unpack correctly, making it
20
22
impossible to unpack the remaining options in the DHCPv4 query. The server
21
23
will still attempt to service the packet. The sole argument provides a
22
24
reason for unpacking error.
23
25
24
26
% HA_BUFFER4_RECEIVE_UNPACK_FAILED failed to parse query from %1 to %2, received over interface %3, reason: %4
27
+
Logged at debug log level 40.
25
28
This debug message is issued when received DHCPv4 query is malformed and
26
29
can't be parsed by the buffer4_receive callout. The query will be
27
30
dropped by the server. The first three arguments specify source IP address,
@@ -34,6 +37,7 @@ point failed. This may occur as a result of an internal server error.
34
37
The argument contains a reason for the error.
35
38
36
39
% HA_BUFFER6_RECEIVE_NOT_FOR_US %1: dropping query to be processed by another server
40
+
Logged at debug log level 40.
37
41
This debug message is issued when the received DHCPv6 query is dropped
38
42
by this server because it should be served by another server. This
39
43
is the case when the remote server was designated to process the packet
@@ -42,12 +46,14 @@ hot standby configuration. The argument provides client identification
42
46
information retrieved from the query.
43
47
44
48
% HA_BUFFER6_RECEIVE_PACKET_OPTIONS_SKIPPED an error unpacking an option, caused subsequent options to be skipped: %1
49
+
Logged at debug log level 40.
45
50
A debug message issued when an option failed to unpack correctly, making it
46
51
impossible to unpack the remaining options in the DHCPv6 query. The server
47
52
will still attempt to service the packet. The sole argument provides a
48
53
reason for unpacking error.
49
54
50
55
% HA_BUFFER6_RECEIVE_UNPACK_FAILED failed to parse query from %1 to %2, received over interface %3, reason: %4
56
+
Logged at debug log level 40.
51
57
This debug message is issued when received DHCPv6 query is malformed and
52
58
can't be parsed by the buffer6_receive callout. The query will be
53
59
dropped by the server. The first three arguments specify source IP address,
@@ -281,6 +287,7 @@ the callout by the DHCP server (unlikely internal server error).
281
287
The argument contains a reason for the error.
282
288
283
289
% HA_LEASES4_COMMITTED_NOTHING_TO_UPDATE %1: leases4_committed callout was invoked without any leases
290
+
Logged at debug log level 40.
284
291
This debug message is issued when the "leases4_committed" callout returns
285
292
because there are neither new leases nor deleted leases for which updates
286
293
should be sent. The sole argument specifies the details of the client
@@ -300,6 +307,7 @@ the callout by the DHCP server (unlikely internal server error).
300
307
The argument contains a reason for the error.
301
308
302
309
% HA_LEASES6_COMMITTED_NOTHING_TO_UPDATE %1: leases6_committed callout was invoked without any leases
310
+
Logged at debug log level 40.
303
311
This debug message is issued when the "leases6_committed" callout returns
304
312
because there are neither new leases nor deleted leases for which updates
305
313
should be sent. The sole argument specifies the details of the client
@@ -377,6 +385,7 @@ provided as a first argument. The third argument provides a reason for
377
385
the failure.
378
386
379
387
% HA_LEASE_SYNC_STALE_LEASE4_SKIP %1: skipping stale lease %2 in subnet %3
388
+
Logged at debug log level 40.
380
389
This debug message is issued during lease database synchronization, when
381
390
fetched IPv4 lease instance appears to be older than the instance in the
382
391
local database. The newer instance is left in the database and the fetched
@@ -386,6 +395,7 @@ specifies the local server's name. The second argument specifies leased
386
395
address. The third argument specifies a subnet to which the lease belongs.
387
396
388
397
% HA_LEASE_SYNC_STALE_LEASE6_SKIP %1: skipping stale lease %2 in subnet %3
398
+
Logged at debug log level 40.
389
399
This debug message is issued during lease database synchronization, when
390
400
fetched IPv6 lease instance appears to be older than the instance in the
391
401
local database. The newer instance is left in the database and the fetched
@@ -440,12 +450,14 @@ by the partner exceeds the limit set with max-rejected-lease-updates
440
450
configuration parameter.
441
451
442
452
% HA_LOAD_BALANCING_DUID_MISSING %1: load balancing failed for the DHCPv6 message (transaction id: %2) because DUID is missing
453
+
Logged at debug log level 40.
443
454
This debug message is issued when the HA hook library was unable to load
444
455
balance an incoming DHCPv6 query because neither client identifier nor
445
456
HW address was included in the query. The query will be dropped. The
446
457
sole argument contains transaction id.
447
458
448
459
% HA_LOAD_BALANCING_IDENTIFIER_MISSING %1: load balancing failed for the DHCPv4 message (transaction id: %2) because HW address and client identifier are missing
460
+
Logged at debug log level 40.
449
461
This debug message is issued when the HA hook library was unable to load
450
462
balance an incoming DHCPv4 query because neither client identifier nor
451
463
HW address was included in the query. The query will be dropped. The
@@ -622,6 +634,7 @@ The first argument is the client identification information. The second argument
622
634
is a subnet prefix.
623
635
624
636
% HA_SUBNET4_SELECT_NOT_FOR_US %1: dropping query in relationship %2 to be processed by another server
637
+
Logged at debug log level 40.
625
638
This debug message is issued when the received DHCPv4 query is dropped
626
639
by this server because it should be served by another server. This
627
640
is the case when a remote primary server is operational. The first argument
@@ -648,6 +661,7 @@ the client identification information. The second argument is a subnet
648
661
prefix.
649
662
650
663
% HA_SUBNET4_SELECT_NO_SUBNET_SELECTED %1: unable to determine HA relationship because no subnet has been selected for the client
664
+
Logged at debug log level 40.
651
665
This debug message is issued when the received DHCPv4 query is dropped
652
666
by this server because it could not select a subnet for this client.
653
667
Selecting the subnet is required to find a suitable HA relationship.
@@ -667,6 +681,7 @@ The first argument is the client identification information. The second argument
667
681
is a subnet prefix.
668
682
669
683
% HA_SUBNET6_SELECT_NOT_FOR_US %1: dropping query in relationship %2 to be processed by another server
684
+
Logged at debug log level 40.
670
685
This debug message is issued when the received DHCPv6 query is dropped
671
686
by this server because it should be served by another server. This
672
687
is the case when a remote primary server is operational. The first argument
@@ -693,6 +708,7 @@ the client identification information. The second argument is a subnet
693
708
prefix.
694
709
695
710
% HA_SUBNET6_SELECT_NO_SUBNET_SELECTED %1: unable to determine HA relationship because no subnet has been selected for the client
711
+
Logged at debug log level 40.
696
712
This debug message is issued when the received DHCPv6 query is dropped
697
713
by this server because it could not select a subnet for this client.
698
714
Selecting the subnet is required to find a suitable HA relationship.
0 commit comments