CVS Commit - dhcpd
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
[mgt@dwarfstar services]$ cvs diff dhcpd
Index: dhcpd
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/dhcpd,v
retrieving revision 1.17
diff -r1.17 dhcpd
48a49,51
> ($line =~ /^Abandoning IP address/) or
> ($line =~ /^Unable to add (forward|reverse) map/) or
> ($line =~ /^Can\'t update (forward|reverse) map/) or
93a97,100
> } elsif ($line =~ s/^DHCPDECLINE of ([\d\.]+) from ([\w:]+)
\(([a-zA-Z\d_-]+)\) via (\S+)\s*$/$1 -> $2 [$3] ($4)/) {
> if ($Detail >= 5) {
> $data{'Addresses Declined'}{$line}++;
> }
A few entires to clean up DHCPD output.
-Mike