Commit 32c804a
committed
Added Vendor Class Identifier in DHCP offers and requests.
The Vendor Class Identifier is a constant string that identifies the
kind of hardware that asks the DHCP server for a IP address. The ID is
passed via the option 60 of the DHCP messages.
The ID is set to "WIZnetSE" constant.
From a DHCP server point of view, this ID is useful for giving specific
configuration for Wiznet modules : IP address from different address
pool, different gateway, longer lease, etc.
Reference documentation :
https://datatracker.ietf.org/doc/html/rfc2132#section-9.131 parent e285249 commit 32c804a
2 files changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
| 218 | + | |
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
| |||
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
377 | 386 | | |
378 | 387 | | |
379 | 388 | | |
| |||
460 | 469 | | |
461 | 470 | | |
462 | 471 | | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
463 | 480 | | |
464 | 481 | | |
465 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments