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 842718 Details for
Bug 1046714
Logwatch has wrong case when checking for dhcpd reverse map entries; doesn't check for removing forward map entries
[?]
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]
New patch fixing both problems
dhcpd.patch (text/plain), 1.42 KB, created by
Edward Kuns
on 2013-12-28 18:22:16 UTC
(
hide
)
Description:
New patch fixing both problems
Filename:
MIME Type:
Creator:
Edward Kuns
Created:
2013-12-28 18:22:16 UTC
Size:
1.42 KB
patch
obsolete
>--- dhcpd.orig 2013-05-22 07:54:49.000000000 -0500 >+++ dhcpd 2013-12-28 11:42:01.934233198 -0600 >@@ -161,11 +161,11 @@ > if ($Detail >= 5) { > $data{'Addresses Released'}{$line}++; > } >- } elsif ($line =~ s/^added reverse map from ([\d]+).([\d]+).([\d]+).([\d]+).in-addr.arpa. to ([a-zA-Z\d._-]+)\s*$/Add reverse $4.$3.$2.$1 -> $5/) { >+ } elsif ($line =~ s/^Added reverse map from ([\d]+).([\d]+).([\d]+).([\d]+).in-addr.arpa. to ([a-zA-Z\d._-]+)\s*$/Add reverse $4.$3.$2.$1 -> $5/) { > if ($Detail >= 7) { > $data{'DNS Mappings'}{$line}++; > } >- } elsif ($line =~ s/^removed reverse map on ([\d]+).([\d]+).([\d]+).([\d]+).in-addr.arpa.\s*$/Remove reverse $4.$3.$2.$1/) { >+ } elsif ($line =~ s/^Removed reverse map on ([\d]+).([\d]+).([\d]+).([\d]+).in-addr.arpa.\s*$/Remove reverse $4.$3.$2.$1/) { > if ($Detail >= 7) { > $data{'DNS Mappings'}{$line}++; > } >@@ -173,6 +173,10 @@ > if ($Detail >= 7) { > $data{'DNS Mappings'}{$line}++; > } >+ } elsif ($line =~ s/^Removed forward map from ([a-zA-Z\d\-_.]+) to ([\d.]+)\s*$/Remove forward $1 -> $2/) { >+ if ($Detail >= 7) { >+ $data{'DNS Mappings'}{$line}++; >+ } > } elsif ($line =~ s/^if ([a-zA-Z\d\-_.]+) IN A rrset doesn't exist delete ([a-zA-Z\d\-_.]+) IN TXT "([a-f\d]+)": success.\s*$/Remove forward TXT from $1 (TXT "$3")/) { > if ($Detail >= 7) { > $data{'DNS Mappings'}{$line}++;
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 1046714
:
842033
| 842718