2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 22:35:25 +00:00

More informative syslog report on BOOTREPLY

This commit is contained in:
Ted Lemon
1996-06-12 23:53:10 +00:00
parent c5568eb50a
commit 76e0941dc4
2 changed files with 4 additions and 4 deletions

View File

@@ -229,8 +229,8 @@ void bootp (packet)
memcpy (hto.haddr, packet -> raw -> chaddr, hto.hlen);
/* Report what we're doing... */
note ("BOOTREPLY for %s to %s via %s",
inet_ntoa (raw.yiaddr),
note ("BOOTREPLY for %s to %s (%s) via %s",
piaddr (ip_address), hp -> name,
print_hw_addr (packet -> raw -> htype,
packet -> raw -> hlen,
packet -> raw -> chaddr),

View File

@@ -229,8 +229,8 @@ void bootp (packet)
memcpy (hto.haddr, packet -> raw -> chaddr, hto.hlen);
/* Report what we're doing... */
note ("BOOTREPLY for %s to %s via %s",
inet_ntoa (raw.yiaddr),
note ("BOOTREPLY for %s to %s (%s) via %s",
piaddr (ip_address), hp -> name,
print_hw_addr (packet -> raw -> htype,
packet -> raw -> hlen,
packet -> raw -> chaddr),