From 3c7cf719dd9a79516c58e4a6152f942d86d88a14 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 10 Aug 2015 10:51:30 +0000 Subject: Add Perl module for managing an OpenVPN process via its management port, with custom patch that introduces new method to return active connection status information as a hash to hashes. Submitted by: Zeus Panchenko --- net-mgmt/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-mgmt/Makefile') diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 8b6318bf5c93..b75153925cfc 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -217,6 +217,7 @@ SUBDIR += p5-Net-IPv6Addr SUBDIR += p5-Net-NSCA-Client SUBDIR += p5-Net-Netmask + SUBDIR += p5-Net-OpenVPN-Manage SUBDIR += p5-Net-SNMP SUBDIR += p5-Net-SNMP-Util SUBDIR += p5-Net-SNMPTrapd -- cgit