FreeBSD Bugzilla – Attachment 253706 Details for
Bug 281361
ddclient: messages about unknown DHCP option keep cluttering the log
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dhclient: Ignore DCHP option 125 defined in RFC 3925
dhclient.patch (text/plain), 775 bytes, created by
Jose Luis Duran
on 2024-09-20 22:52:12 UTC
(
hide
)
Description:
dhclient: Ignore DCHP option 125 defined in RFC 3925
Filename:
MIME Type:
Creator:
Jose Luis Duran
Created:
2024-09-20 22:52:12 UTC
Size:
775 bytes
patch
obsolete
>diff --git sbin/dhclient/dhclient.c sbin/dhclient/dhclient.c >index 4a674cec5888..7cbd183e2622 100644 >--- sbin/dhclient/dhclient.c >+++ sbin/dhclient/dhclient.c >@@ -2641,6 +2641,7 @@ check_option(struct client_lease *l, int option) > case DHO_DHCP_USER_CLASS_ID: > case DHO_URL: > case DHO_SIP_SERVERS: >+ case DHO_V_I_VENDOR_SPECIFIC_INFO: > case DHO_END: > return (1); > case DHO_CLASSLESS_ROUTES: >diff --git sbin/dhclient/dhcp.h sbin/dhclient/dhcp.h >index 99b69613934f..3a65fa8cb972 100644 >--- sbin/dhclient/dhcp.h >+++ sbin/dhclient/dhcp.h >@@ -174,6 +174,7 @@ struct dhcp_packet { > #define DHO_DOMAIN_SEARCH 119 > #define DHO_SIP_SERVERS 120 > #define DHO_CLASSLESS_ROUTES 121 >+#define DHO_V_I_VENDOR_SPECIFIC_INFO 125 > #define DHO_END 255 > > /* DHCP message types. */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281361
:
253705
| 253706