From 6421097f32eb77f53cf3bc2b20612740f591aa22 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 28 Apr 2026 15:02:12 -0400 Subject: [PATCH] Fix logging when client ip == server ip --- confluent_server/confluent/discovery/protocols/pxe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/discovery/protocols/pxe.py b/confluent_server/confluent/discovery/protocols/pxe.py index 4b9b8bfc..7612c37a 100644 --- a/confluent_server/confluent/discovery/protocols/pxe.py +++ b/confluent_server/confluent/discovery/protocols/pxe.py @@ -754,7 +754,7 @@ async def reply_dhcp4(node, info, packet, cfg, reqview, httpboot, cfd, profile, if not myipn: myipn = info['netinfo']['recvip'] if niccfg['ipv4_address'] == myipn: - log.log({'error': 'Unable to serve {0} due to duplicated address between node and interface index "{}"'.format(node, info['netinfo']['ifidx'])}) + log.log({'error': 'Unable to serve {} due to duplicated address between node and interface index "{}"'.format(node, info['netinfo']['ifidx'])}) return can302 = True if isboot and httpboot: