Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158226 Details for
Bug 246265
Ignore illegal domain in DHCP host name
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
A patch to ignore illegal domain in DHCP host name
dnsmasq-2.38-dhcp-domain-1.patch (text/plain), 631 bytes, created by
H.J. Lu
on 2007-06-29 17:54:13 UTC
(
hide
)
Description:
A patch to ignore illegal domain in DHCP host name
Filename:
MIME Type:
Creator:
H.J. Lu
Created:
2007-06-29 17:54:13 UTC
Size:
631 bytes
patch
obsolete
>--- dnsmasq-2.38/src/dhcp.c.domain 2007-02-06 14:09:40.000000000 -0800 >+++ dnsmasq-2.38/src/dhcp.c 2007-06-29 10:40:42.000000000 -0700 >@@ -841,11 +841,16 @@ char *strip_hostname(struct daemon *daem > if (dot) > { > if (!daemon->domain_suffix || !hostname_isequal(dot+1, daemon->domain_suffix)) >+#if 0 > { > syslog(LOG_WARNING, _("Ignoring DHCP host name %s because it has an illegal domain part"), hostname); > hostname = NULL; > } > else >+#else >+ syslog(LOG_WARNING, _("Ignoring domain %s in DHCP host name %s"), >+ dot+1, hostname); >+#endif > { > *dot = 0; /* truncate */ > if (strlen(hostname) == 0)
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 246265
: 158226