Commit 035351f
committed
19061 FIX DNS cache: Prevent superfluous queries
While updating the DNS cache, Checkmk performed DNS queries also for hosts with statically configured IP addresses.
This was caused by an erroneous swap of dictionaries containing the configured IPv4 and IPv6 addresses in the call stack.
This werk removes the swap such that no DNS query is executed for hosts with a configured IP address.
To benefit from this fix, no manual interaction is required.
SUP-26752
Change-Id: Ieb0a9d3a83165d91dda5545d8349daa7ccb239631 parent 4e12163 commit 035351f
2 files changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
789 | | - | |
| 788 | + | |
| 789 | + | |
790 | 790 | | |
791 | 791 | | |
792 | 792 | | |
| |||
0 commit comments