Commit b60e3ea
committed
feat: enhance DHCP server logging for UDP communications
Adds detailed logging for incoming and outgoing DHCP packets (Discover, Offer, Request, Ack) to help diagnose IP assignment issues.
- Logs the full packet content at INFO level.
- Includes IPPool reference in log messages for better context.1 parent 81d10a4 commit b60e3ea
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
317 | 321 | | |
318 | 322 | | |
319 | 323 | | |
| |||
0 commit comments