diff --git a/plugins/vpn/openvpn_multi b/plugins/vpn/openvpn_multi index c27a5c4f..bafcc230 100755 --- a/plugins/vpn/openvpn_multi +++ b/plugins/vpn/openvpn_multi @@ -51,7 +51,7 @@ sub config { print "out.cdef out,1,*\n"; while () { - next if ($_ =~ /CLIENT LIST/ || $_ =~ /Updated/ || $_ =~ /Common Name/); + next if ($_ =~ /CLIENT LIST/ || $_ =~ /Updated/ || $_ =~ /Common Name/ || $_ =~ /^UNDEF,/); last if ($_ =~ /ROUTING TABLE/); # client,IP:port,in,out,D M N hour Y @@ -101,7 +101,7 @@ sub report { open FILE, $statusfile or die $!; while () { - next if ($_ =~ /CLIENT LIST/ || $_ =~ /Updated/ || $_ =~ /Common Name/); + next if ($_ =~ /CLIENT LIST/ || $_ =~ /Updated/ || $_ =~ /Common Name/ || $_ =~ /^UNDEF,/); last if ($_ =~ /ROUTING TABLE/); # client,IP:port,in,out,D M N hour Y