FreeBSD Bugzilla – Attachment 251854 Details for
Bug 280119
dhclient: Ignore SIP servers dhcp option defined in RFC 3361
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ignore_SIP_servers_dhcp_option.patch
dhcp.patch (text/plain), 1.04 KB, created by
Yuichiro NAITO
on 2024-07-04 01:19:25 UTC
(
hide
)
Description:
ignore_SIP_servers_dhcp_option.patch
Filename:
MIME Type:
Creator:
Yuichiro NAITO
Created:
2024-07-04 01:19:25 UTC
Size:
1.04 KB
patch
obsolete
>commit b172105091a913dca783232512b68bb0e23631ec >Author: Yuichiro NAITO <naito.yuichiro@gmail.com> >Date: Thu Jul 4 09:57:02 2024 > > Ignore SIP servers dhcp option to shut up the warning message. > This option is defined in the RFC 3361 and sent from NSD-G1000T router. > >diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c >index 8179a5c34209..62e55eb4d01f 100644 >--- a/sbin/dhclient/dhclient.c >+++ b/sbin/dhclient/dhclient.c >@@ -2618,6 +2618,7 @@ check_option(struct client_lease *l, int option) > case DHO_BOOTFILE_NAME: > case DHO_DHCP_USER_CLASS_ID: > case DHO_URL: >+ case DHO_SIP_SERVERS: > case DHO_END: > return (1); > case DHO_CLASSLESS_ROUTES: >diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h >index 300deb464238..0b249958ac2b 100644 >--- a/sbin/dhclient/dhcp.h >+++ b/sbin/dhclient/dhcp.h >@@ -172,6 +172,7 @@ struct dhcp_packet { > #define DHO_DHCP_USER_CLASS_ID 77 > #define DHO_URL 114 > #define DHO_DOMAIN_SEARCH 119 >+#define DHO_SIP_SERVERS 120 > #define DHO_CLASSLESS_ROUTES 121 > #define DHO_END 255 >
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 Raw
Actions:
View
Attachments on
bug 280119
: 251854