CVS commit openvpn

Mike Tremaine <[email protected]>
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Applied this patch

[mgt@dwarfstar services]$ cvs diff openvpn
Index: openvpn
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/openvpn,v
retrieving revision 1.9
diff -r1.9 openvpn
65a66
 >       ($ThisLine =~ /^MULTI: bad source address from client .*, 
packet dropped/) or
83a85,87
 >       ($ThisLine =~ /^TLS: move_session: dest=.* src=.* 
reinit_src=[0-9]*/) or
 >       ($ThisLine =~ /^TLS: tls_multi_process: untrusted session 
promoted to trusted/) or
 >       ($ThisLine =~ /^TLS: new session incoming connection from .*/) or
116a121,122
 >    } elsif (($name) = ($ThisLine =~ /MULTI: new connection by client 
'(.*)' will cause previous active sessions by this client to be dropped. 
  Remember to use the --duplicate-cn option if you want multiple clients 
using the same certificate or username to concurrently connect./)) {
 >       $ConnectCauseDrop{$name}++;
200a207,213
 > if (keys %ConnectCauseDrop) {
 >    print "\n Previous active sessions of the same client dropped upon 
new connection:\n";
 >    foreach $name (sort keys %ConnectCauseDrop) {
 >       print "   client $name: $ConnectCauseDrop{$name} Time(s)\n"
 >    }
 > }
 >

-Mike
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.